用户表新增商户名称字段
This commit is contained in:
@@ -81,6 +81,9 @@
|
|||||||
<if test="param.isStaff != null">
|
<if test="param.isStaff != null">
|
||||||
AND a.organization_id > 0
|
AND a.organization_id > 0
|
||||||
</if>
|
</if>
|
||||||
|
<if test="param.merchantId != null">
|
||||||
|
AND a.merchant_id = #{param.merchantId}
|
||||||
|
</if>
|
||||||
<if test="param.platform != null">
|
<if test="param.platform != null">
|
||||||
AND a.platform = #{param.platform}
|
AND a.platform = #{param.platform}
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Reference in New Issue
Block a user