bug
This commit is contained in:
parent
9e46716280
commit
8dcffd19a4
@ -6,7 +6,7 @@
|
||||
select * from t_duty u
|
||||
where u.status = #{status}
|
||||
<if test="merchantId != null and merchantId > 0">
|
||||
and u.MERCHANT_ID = #{merchantId}
|
||||
and u.store_id = #{merchantId}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user