黑名单列表

This commit is contained in:
苏竹红
2023-07-03 17:41:08 +08:00
parent ae0dbbe5c9
commit 4e45e6512c

View File

@@ -395,6 +395,7 @@
<if test="acceptAdjustType!=null"> <if test="acceptAdjustType!=null">
and b.accept_adjust_type =#{acceptAdjustType} and b.accept_adjust_type =#{acceptAdjustType}
</if> </if>
order by a.close_time desc
</select> </select>
<update id="joinAndRemoveBlack"> <update id="joinAndRemoveBlack">