修改gateway
This commit is contained in:
parent
e7d0685275
commit
33a066a550
|
|
@ -349,7 +349,7 @@
|
||||||
WHERE
|
WHERE
|
||||||
bwr.IS_ACTIVE = '1' and bwah.is_active = '1'
|
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 !='' ">
|
<if test="params.idNumber != null and params.idNumber !='' ">
|
||||||
and bwah.ID_NUMBER = #{params.idNumber}
|
and bwah.ID_NUMBER = #{params.idNumber}
|
||||||
</if>
|
</if>
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
WHERE
|
WHERE
|
||||||
bwr.IS_ACTIVE = '1' and bwah.is_active = '1'
|
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 !='' ">
|
<if test="params.idNumber != null and params.idNumber !='' ">
|
||||||
and bwah.ID_NUMBER = #{params.idNumber}
|
and bwah.ID_NUMBER = #{params.idNumber}
|
||||||
</if>
|
</if>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue