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