판매점 조회 API 수정

This commit is contained in:
LAPTOP-L3VE7KK2\USER 2024-10-30 12:48:17 +09:00
parent 33628655a9
commit 22ad760cbf

View File

@ -95,7 +95,7 @@
, A.SALE_STORE_LEVEL
, A.FIRST_AGENT_ID
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'
</if>
</select>