|
|
|
@ -840,6 +840,7 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
Integer updateInventoryInfoForApproval(Map<String, Object> map, double quantity, Material materialById, Place placeById) { |
|
|
|
log.info("入库审批后要修改的数据: "+JSONObject.toJSONString(map)+JSONObject.toJSONString(materialById)+JSONObject.toJSONString(placeById)); |
|
|
|
// 获取当前入库的物料id
|
|
|
|
Integer newInMid = ObjectFormatUtil.toInteger(map.get("newInMid")); |
|
|
|
// 获取当前入库记录id
|
|
|
|
|