视频圈

This commit is contained in:
曹磊 2024-11-04 15:12:06 +08:00
parent ea21c2f2c3
commit b6009e0c59
2 changed files with 3 additions and 2 deletions

View File

@ -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;//在线状态
} }

View File

@ -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,