视频圈
This commit is contained in:
parent
5d74e00aa4
commit
5658293357
|
@ -22,7 +22,15 @@
|
||||||
|
|
||||||
<select id="findPage" resultType="com.sqx.modules.shipinquan.entity.BlShipinquan">
|
<select id="findPage" resultType="com.sqx.modules.shipinquan.entity.BlShipinquan">
|
||||||
SELECT
|
SELECT
|
||||||
a.*,
|
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,
|
b.artificer_img AS artificerImg,
|
||||||
if(c.id is null,0,1) as sfdz
|
if(c.id is null,0,1) as sfdz
|
||||||
FROM bl_shipinquan a
|
FROM bl_shipinquan a
|
||||||
|
|
Loading…
Reference in New Issue