품질관리_수입검사관리 거의 완성
This commit is contained in:
@@ -340,6 +340,7 @@ public class InventoryMngService extends BaseService{
|
||||
historyMap.put("LOCATION" , CommonUtils.checkNull(paramMap.get("location")));
|
||||
historyMap.put("SUB_LOCATION" , CommonUtils.checkNull(paramMap.get("sub_location")));
|
||||
historyMap.put("RECEIPT_QTY" , CommonUtils.checkNull(paramMap.get("qty")));
|
||||
historyMap.put("RECEIPT_DATE" , CommonUtils.checkNull(paramMap.get("receipt_date")));
|
||||
historyMap.put("WRITER" , personId);
|
||||
historyMap.put("CONTRACT_MGMT_OBJID",CommonUtils.checkNull(paramMap.get("project_no")));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user