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