qiangxuan 1 mese fa
parent
commit
de53e0c339

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

@@ -5626,6 +5626,7 @@ public class StorageBillServiceImpl extends ServiceImpl<StorageBillMapper, Stora
         for (StorageBill bill : bills) {
             // 生成一个新的对象
             StorageBill newBill = new StorageBill();
+            newBill.setBtype(bill.getBtype());
             newBill.setId(bill.getId());
             String key = String.join("_", bill.getCcmNo(), bill.getShiftGroup(), bill.getShift(),
                     DateFormatUtils.format(DateUtils.getStartOfDay(bill.getCreateTime()), "yyyy-MM-dd"));