Browse Source

原始记录确认交班表加字段

qiangxuan 3 weeks ago
parent
commit
d3657c7e4d

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

@@ -189,4 +189,8 @@ public class BilletHotsendChangeShift implements Serializable {
 
     @ApiModelProperty(value = "原始生产记录备注信息")
     private String content;
+
+    @Excel(name = "原始记录确认状态 默认待确认:1,2:已确认", width = 15)
+    @ApiModelProperty(value = "原始记录确认状态 默认待确认:1,2:已确认")
+    private Integer confirmStatus;
 }

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

@@ -228,6 +228,7 @@ public class BilletHotsendChangeShiftServiceImpl extends ServiceImpl<BilletHotse
             billetHotsendChangeShift1.setAllCarNum(0);
             billetHotsendChangeShift1.setCounts(0);
             billetHotsendChangeShift1.setBlankOutputs(0d);
+            billetHotsendChangeShift1.setConfirmStatus(1);
             baseMapper.insert(billetHotsendChangeShift1);
 
             /**
@@ -335,6 +336,7 @@ public class BilletHotsendChangeShiftServiceImpl extends ServiceImpl<BilletHotse
             billetHotsendChangeShift1.setAllCarNum(0);
             billetHotsendChangeShift1.setCounts(0);
             billetHotsendChangeShift1.setBlankOutputs(0d);
+            billetHotsendChangeShift1.setConfirmStatus(1);
             baseMapper.insert(billetHotsendChangeShift1);
 
             /**