视频圈

This commit is contained in:
曹磊 2024-07-22 20:50:32 +08:00
parent 1111c9b2cf
commit 4eda634947
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,8 @@
left join artificer b on a.create_by = b.user_id
left join bl_shipinquan_dianzan c on a.id = b.user_id
<where>
<if test="createBy!=null and createBy!=''">
and a.create_by = #{createBy}
<if test="params.createBy!=null and params.createBy!=''">
and a.create_by = #{params.createBy}
</if>
</where>
order by create_time desc