提现列表,创客相关

This commit is contained in:
liuyingfang
2023-08-28 15:44:25 +08:00
parent 4d686b347a
commit fc0236dd9b
10 changed files with 149 additions and 76 deletions

View File

@@ -922,6 +922,7 @@
WHERE
up.parent_user_id = #{userId}
AND up.type_code = #{typeCode}
AND up.is_extend ='0'
<if test="userName != null and userName != ''">
AND ua.userName = #{userName}
</if>
@@ -1074,6 +1075,7 @@
user_id
)
AND v.userId != #{userId}
AND v.transDt BETWEEN #{startTime} AND #{endTime}
ORDER BY
v.id DESC
</select>