替换收银呗字样,更改创客错误状态,更改提现时手机号显示,分享注册,提现算法列表,后台推广员列表·

This commit is contained in:
liuyingfang
2023-07-18 15:34:44 +08:00
parent 542a1079a0
commit 0a7da333b2
13 changed files with 53 additions and 42 deletions

View File

@@ -220,7 +220,6 @@
<select id="subordinate" parameterType="java.lang.Long" resultType="cn.pluss.platform.entity.Cash">
SELECT
IF( v.accountNo='', '', CONCAT(LEFT(v.accountNo, 3), '****', RIGHT(v.accountNo,4))) AS accountNo,
v.*
FROM
(
@@ -243,6 +242,7 @@
<if test="status != null and status !=''">
AND v.status = #{status}
</if>
ORDER BY v.id DESC
limit #{page},#{size}
</select>
</mapper>