修改gateway

This commit is contained in:
lSun 2025-12-08 09:32:23 +08:00
parent e7d0685275
commit 33a066a550
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>