ruoyi-service/ruoyi-admin/src/main/resources/mapper/admin/WithdrawMapper.xml
@@ -22,8 +22,15 @@ FROM t_withdraw w LEFT JOIN t_user u on w.user_id = u.id <where> w.is_delete = 0 <if test="start != null and start != ''"> and w.createTime <![CDATA[ >= ]]> #{start} </if> <if test="end != null and end != ''"> and w.createTime <![CDATA[ <= ]]> #{end} </if> <if test="cityList != null and cityList.size() != 0"> u.city in and u.city in <foreach collection="cityList" item="id" open="(" separator="," close=")"> #{id} </foreach>