품질관리_260107_CS업무플로우(최신)수정사항2

This commit is contained in:
2026-01-07 18:23:27 +09:00
parent 799ea4faf7
commit ef4f617f66
6 changed files with 65 additions and 28 deletions

View File

@@ -792,7 +792,7 @@ public class QualityController {
// 고객사
code_map.put("customer_cd", commonService.bizMakeOptionList("", CommonUtils.nullToEmpty((String)info.get("customer_objid")), "common.getClientMngSupplySelect"));
// 제품구분
code_map.put("product_cd", commonService.bizMakeOptionList("0000001", CommonUtils.nullToEmpty((String)info.get("PRODUCT_TYPE")), "common.getCodeselect"));
code_map.put("product_cd", commonService.bizMakeOptionList("0000001", CommonUtils.nullToEmpty((String)info.get("product_type")), "common.getCodeselect"));
} catch(Exception e) {
e.printStackTrace();
}