견적서 상세 첨부파일 select 조건쿼리 수정

This commit is contained in:
basssy 2024-11-07 10:24:33 +09:00
parent 8b64b42950
commit 164690a987

View File

@ -15,7 +15,7 @@
<if test="planNo != null and planNo != ''"> <if test="planNo != null and planNo != ''">
AND U.PLAN_NO = #{planNo} AND U.PLAN_NO = #{planNo}
</if> </if>
<if test='(planNo == null or planNo != "" ) and planNoNullChkFlg == "1"'> <if test='(planNo == null or planNo == "" ) and planNoNullChkFlg == "1"'>
AND U.PLAN_NO IS NULL AND U.PLAN_NO IS NULL
</if> </if>
<if test="no != null and no != ''"> <if test="no != null and no != ''">