|
@@ -177,6 +177,9 @@
|
|
|
<if test="flgValidList != null and flgValidList.size()>0">
|
|
<if test="flgValidList != null and flgValidList.size()>0">
|
|
|
AND t.flg_valid =any(#{flgValidList, typeHandler=BooleanListTypeHandler})
|
|
AND t.flg_valid =any(#{flgValidList, typeHandler=BooleanListTypeHandler})
|
|
|
</if>
|
|
</if>
|
|
|
|
|
+ <if test="flgValid != null ">
|
|
|
|
|
+ AND t.flg_valid = #{flgValid}
|
|
|
|
|
+ </if>
|
|
|
<if test="supName != null and supName != ''">
|
|
<if test="supName != null and supName != ''">
|
|
|
AND tmp.sup_name LIKE concat('%',my_ex.likequery(#{supName}),'%')
|
|
AND tmp.sup_name LIKE concat('%',my_ex.likequery(#{supName}),'%')
|
|
|
</if>
|
|
</if>
|