替换收银呗字样,更改创客错误状态,更改提现时手机号显示,分享注册,提现算法列表,后台推广员列表·
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user