품질관리_수입검사관리 거의 완성

This commit is contained in:
2025-12-05 17:41:33 +09:00
parent f8af871104
commit a3b916eded
12 changed files with 767 additions and 299 deletions

View File

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