|
@@ -1625,9 +1625,11 @@ public class StorageBillController extends JeecgController<StorageBill, IStorage
|
|
|
if (storageBill1 == null) {
|
|
|
return Result.error("装运单不存在,确认支数时间失败!");
|
|
|
}
|
|
|
-
|
|
|
+// if (storageBillUpdateVo.getUpdateType() == 1){
|
|
|
+// storageBill1.setAmountTotal(storageBillUpdateVo.getAmountTotal());
|
|
|
+// }
|
|
|
if (storageBillUpdateVo.getUpdateType() == 1){
|
|
|
- storageBill1.setAmountTotal(storageBillUpdateVo.getAmountTotal());
|
|
|
+ storageBill1.setPanelAmountTotal(storageBillUpdateVo.getPanelAmountTotal());
|
|
|
}
|
|
|
storageBill1.setConfirmNumTime(new Date());
|
|
|
storageBillService.updateById(storageBill1);
|