视频圈
This commit is contained in:
parent
ea21c2f2c3
commit
b6009e0c59
|
@ -68,6 +68,7 @@ public class BlShipinquan implements Serializable {
|
||||||
@TableField(exist = false)
|
@TableField(exist = false)
|
||||||
private String artificerName;
|
private String artificerName;
|
||||||
|
|
||||||
|
@TableField(exist = false)
|
||||||
|
private Integer onLine;//在线状态
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
<mapper namespace="com.sqx.modules.shipinquan.dao.BlShipinquanDao">
|
<mapper namespace="com.sqx.modules.shipinquan.dao.BlShipinquanDao">
|
||||||
|
|
||||||
|
|
||||||
<select id="selectPage" resultType="com.sqx.modules.shipinquan.entity.BlShipinquan">
|
<select id="selectPage" resultType="com.sqx.modules.shipinquan.entity.BlShipinquan">
|
||||||
SELECT
|
SELECT
|
||||||
a.*,
|
a.*,
|
||||||
|
@ -32,6 +31,7 @@
|
||||||
a.pic_path,
|
a.pic_path,
|
||||||
a.status,
|
a.status,
|
||||||
a.opinion,
|
a.opinion,
|
||||||
|
b.status as onLine,
|
||||||
b.artificer_id as create_by,
|
b.artificer_id as create_by,
|
||||||
b.artificer_name as artificer_name,
|
b.artificer_name as artificer_name,
|
||||||
b.artificer_img AS artificerImg,
|
b.artificer_img AS artificerImg,
|
||||||
|
|
Loading…
Reference in New Issue