1
zj
2024-09-29 4d2d47577b5d6f27288bfcfc60b74435d464dde0
src/main/resources/mapper/UserWithdrawMapper.xml
@@ -235,8 +235,8 @@
    SELECT
    <include refid="Base_Column_List"/>
    FROM user_withdraw
    where agent_id != 1
      <if test="agentId != null">
    where 1=1
      <if test="agentId != null and agentId != ''">
        and ( agent_id = #{agentId}
        or agent_id in (
        select agent_user.id
@@ -245,7 +245,7 @@
        )
        )
      </if>
      <if test="userId != null">
      <if test="userId != null and agentId != ''">
        and user_id = #{userId}
      </if>
      <if test="realName != null and realName != '' ">