Merge remote-tracking branch 'origin/main'

This commit is contained in:
haozq 2025-12-08 18:03:33 +08:00
commit c2f60ad443
1 changed files with 2 additions and 2 deletions

View File

@ -349,7 +349,7 @@
WHERE
bwr.IS_ACTIVE = '1' and bwah.is_active = '1'
<if test="params != null and params != ''">
<if test="params != null and params.size() > 0">
<if test="params.idNumber != null and params.idNumber !='' ">
and bwah.ID_NUMBER = #{params.idNumber}
</if>
@ -394,7 +394,7 @@
WHERE
bwr.IS_ACTIVE = '1' and bwah.is_active = '1'
<if test="params != null and params != ''">
<if test="params != null and params.size() > 0">
<if test="params.idNumber != null and params.idNumber !='' ">
and bwah.ID_NUMBER = #{params.idNumber}
</if>