qiangxuan преди 1 месец
родител
ревизия
753fd27314

+ 4 - 0
zgzt-sys-java/jeecg-module-conn/src/main/java/org/jeecg/modules/billetActual/entity/BilletHotsendChangeShift.java

@@ -79,6 +79,10 @@ public class BilletHotsendChangeShift implements Serializable {
 	@Excel(name = "当前废品支数", width = 15)
     @ApiModelProperty(value = "当前废品支数")
     private Integer wasteAmount;
+    /**叛废总重*/
+    @Excel(name = "叛废总重", width = 15)
+    @ApiModelProperty(value = "叛废总重")
+    private Double wasteBlankOutput;
 	/**当前热送支数*/
 	@Excel(name = "当前热送支数", width = 15)
     @ApiModelProperty(value = "当前热送支数")

+ 2 - 0
zgzt-sys-java/jeecg-module-conn/src/main/java/org/jeecg/modules/billetActual/service/impl/BilletHotsendChangeShiftServiceImpl.java

@@ -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);