dwkim 2 år sedan
förälder
incheckning
b86e91af2e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/resources/mybatis/sqlmaps/oper/Affl.xml

+ 1 - 1
src/main/resources/mybatis/sqlmaps/oper/Affl.xml

@@ -71,7 +71,7 @@
71 71
         affl_shop_id, affl_shop_nm, corp_type, fn_code_nm('CORP_TYPE', corp_type) as corp_type_nm, st_cd, fn_code_nm('ST_CD', st_cd) as st_nm,  owner_nm
72 72
         , fn_get_telno(rprst_tel_no) as rprst_tel_no, concat(date_format(reg_dt,'%Y.%m.%d'), ' ~ ', date_format(reg_dt,'%Y.%m.%d')) as join_dt
73 73
         , FN_GET_REGNO(1, corp_reg_no) as corp_reg_no
74
-        from selectAfflShopGridList
74
+        from affl_shop_base_info
75 75
         where 1=1
76 76
         and   st_cd = 'S000'
77 77
         <if test="fromDt != null and fromDt != '' and toDt != null and toDt != '' ">