판매점 조회 API 수정
This commit is contained in:
parent
33628655a9
commit
22ad760cbf
@ -95,7 +95,7 @@
|
|||||||
, A.SALE_STORE_LEVEL
|
, A.SALE_STORE_LEVEL
|
||||||
, A.FIRST_AGENT_ID
|
, A.FIRST_AGENT_ID
|
||||||
FROM SALES_STORE_CTE A
|
FROM SALES_STORE_CTE A
|
||||||
<if test='firstFlg != null and firstFlg == "1"'>
|
<if test='firstFlg == null or firstFlg != "1"'>
|
||||||
WHERE A.SALE_STORE_LEVEL <![CDATA[ <> ]]> '1'
|
WHERE A.SALE_STORE_LEVEL <![CDATA[ <> ]]> '1'
|
||||||
</if>
|
</if>
|
||||||
</select>
|
</select>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user