|
@@ -1340,6 +1340,7 @@ public class StorageBillController extends JeecgController<StorageBill, IStorage
|
|
}
|
|
}
|
|
|
|
|
|
// 更新当前时间为装运单 炼钢到达时间
|
|
// 更新当前时间为装运单 炼钢到达时间
|
|
|
|
+ storageBill1.setArriveNum(storageBill.getArriveNum());
|
|
storageBill1.setSteelReachTime(new Date());
|
|
storageBill1.setSteelReachTime(new Date());
|
|
storageBillService.updateById(storageBill1);
|
|
storageBillService.updateById(storageBill1);
|
|
return Result.OK("炼钢到达时间确认成功!");
|
|
return Result.OK("炼钢到达时间确认成功!");
|