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