Browse Source

更新当班单人产出

master
娄文智 2 years ago
parent
commit
3a43634aec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      services/pln/implments/CustOrder.Dashborad.impl.go

+ 1
- 1
services/pln/implments/CustOrder.Dashborad.impl.go View File

@ -1152,7 +1152,7 @@ func (impl *CustOrderServiceImplement) SelectTeamTemPo(user *global.User, dayMod
TeamTemPoNumber = utils.Decimal(float64(packTimes)/float64(countPack), 2)
packHours := float64(packTimes) / float64(3600)
if packHours > 0 {
PerTeamTemPoNumber = utils.Decimal(float64(countPack)*jPHPercent/float64(num)/float64(packHours), 3)
PerTeamTemPoNumber = utils.Decimal(float64(countPack)/float64(num)/float64(packHours), 3)
} else {
PerTeamTemPoNumber = 0
}


Loading…
Cancel
Save