用户表新增商户名称字段

This commit is contained in:
gxwebsoft
2024-05-24 14:42:44 +08:00
parent 02d8d9961b
commit 8cafbab40d

View File

@@ -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>