Browse Source

update001

qiangxuan 2 months ago
parent
commit
787d2928fd

+ 1 - 0
zgztBus/jeecg-module-sbm/src/main/java/org/jeecg/modules/billet/storageBill/service/impl/StorageBillServiceImpl.java

@@ -350,6 +350,7 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
             storageBill.setShift(shift);
             String uniqueCode = generateUniqueCode(new Date(), storageBill.getCcmNo(), shift, shiftGroup);
             storageBill.setUniqueCode(uniqueCode);
+            storageBill.setLicensePlateStatus(0);
             baseMapper.insert(storageBill);
             operateLogService.add(storageBill,null,StorageBill.class);
             result.put("success", "钢坯装运单添加成功!");