|
@@ -267,6 +267,7 @@ public class BilletHotsendChangeShiftServiceImpl extends ServiceImpl<BilletHotse
|
|
|
billetHotsendChangeShift1.setShiftSum(0); // 当班总数
|
|
|
billetHotsendChangeShift1.setShiftProduct(0d); // 当班总重
|
|
|
billetHotsendChangeShift1.setWasteAmount(0); // 当前废品支数
|
|
|
+ billetHotsendChangeShift1.setWasteBlankOutput(0d);
|
|
|
billetHotsendChangeShift1.setCreateTime(new Date());
|
|
|
// 3.19 新增班次实绩
|
|
|
billetHotsendChangeShift1.setShiftHotsendAmount(0);
|
|
@@ -388,6 +389,7 @@ public class BilletHotsendChangeShiftServiceImpl extends ServiceImpl<BilletHotse
|
|
|
billetHotsendChangeShift1.setShiftSum(0); // 当班总数
|
|
|
billetHotsendChangeShift1.setShiftProduct(0d); // 当班总重
|
|
|
billetHotsendChangeShift1.setWasteAmount(0); // 当前废品支数
|
|
|
+ billetHotsendChangeShift1.setWasteBlankOutput(0d);// 当前废品总重量
|
|
|
billetHotsendChangeShift1.setCreateTime(new Date());
|
|
|
// 3.19 新增班次实绩
|
|
|
billetHotsendChangeShift1.setShiftHotsendAmount(0);
|