Commit f181f873 by 徐高华

查询

parent 35d5fcc2
......@@ -37,8 +37,17 @@ public class GroupChatPlanOwnerLogDTO implements Serializable{
private String remark ;
private String msgid ;
private Date expireDate ;
private Date sendTime ;
public String getStaffName() {
public Date getSendTime() {
return sendTime;
}
public void setSendTime(Date sendTime) {
this.sendTime = sendTime;
}
public String getStaffName() {
return staffName;
}
......
......@@ -149,7 +149,7 @@
delete_flag = 0
</select>
<select id="listByIdList" resultMap="result-map-tabHaobanGroupChat">
<select id="listByIdSet" resultMap="result-map-tabHaobanGroupChat">
SELECT
<include refid="Base_Column_List" />
FROM tab_haoban_group_chat WHERE group_chat_id in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment