견적서 상세 첨부파일 select 조건쿼리 수정
This commit is contained in:
parent
8b64b42950
commit
164690a987
@ -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 != ''">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user