Browse Source

입고확인자 수정

dwkim 2 years ago
parent
commit
d3131b4a65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mybatis/sqlmaps/inoutmng/ShmtOdr.xml

+ 1 - 1
src/main/resources/mybatis/sqlmaps/inoutmng/ShmtOdr.xml

@@ -772,7 +772,7 @@
772 772
              , date_format(whs.dlv_req_dt, '%Y.%m.%d') as dlv_req_dt
773 773
              , date_format(whs.dlv_sch_dt, '%Y.%m.%d') as dlv_sch_dt
774 774
              , date_format(whs.dlv_cmplt_dt, '%Y.%m.%d') as dlv_cmplt_dt
775
-             , case when whs.store_id is null or whs.store_id = '' then fn_brand_nm(whs.whs_cnfm_nm) else fn_store_nm(whs.brand_id, whs.whs_cnfm_nm)  end as whs_cnfm_nm
775
+             , (select user_nm from np_user_info where user_id  = whs.whs_cnfm_nm ) as whs_cnfm_nm
776 776
              , whs.dlv_mgr_nm, fn_get_telno(whs.dlv_mgr_tel_no) as dlv_mgr_tel_no
777 777
              , whs.item_id, whs.item_nm, whs.unit, whs.whs_amt, whs.dlv_cnfm_doc_file_no
778 778
           from whs_proc_info_ptcl whs