视频圈
This commit is contained in:
parent
5d74e00aa4
commit
5658293357
|
@ -22,9 +22,17 @@
|
|||
|
||||
<select id="findPage" resultType="com.sqx.modules.shipinquan.entity.BlShipinquan">
|
||||
SELECT
|
||||
a.*,
|
||||
b.artificer_img AS artificerImg,
|
||||
if(c.id is null,0,1) as sfdz
|
||||
a.id,
|
||||
a.create_time,
|
||||
a.content,
|
||||
a.file_path,
|
||||
a.dzs,
|
||||
a.pls,
|
||||
a.type,
|
||||
a.pic_path,
|
||||
b.artificer_id as create_by,
|
||||
b.artificer_img AS artificerImg,
|
||||
if(c.id is null,0,1) as sfdz
|
||||
FROM bl_shipinquan a
|
||||
left join artificer b on a.create_by = b.user_id
|
||||
left join bl_shipinquan_dianzan c on a.id = b.user_id
|
||||
|
|
Loading…
Reference in New Issue