视频圈
This commit is contained in:
parent
1111c9b2cf
commit
4eda634947
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue