Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
c2f60ad443
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue