Commit a05ba648 by 徐高华

Merge branch 'feature-canvas' into 'developer'

Feature canvas

See merge request !2368
parents ef946cc6 c278e52b
......@@ -97,7 +97,7 @@
</if>
<if test="null !=sendStatus">
<if test="sendStatus==30">
and a.send_status = in (0,3)
and a.send_status in (0,3)
</if>
<if test="sendStatus != 30">
and a.send_status = #{sendStatus}
......
......@@ -193,6 +193,7 @@ public class GroupChatPlanController {
return RestResponse.failure("1", "记录不存在");
}
Map<String, Object> ownerInfo = new HashMap<>();
ownerInfo.put("clerkId",owner.getClerkId());
ownerInfo.put("clerkName", owner.getClerkName());
ownerInfo.put("ownerLogId", owner.getOwnerLogId());
ownerInfo.put("sendStatus", owner.getSendStatus());
......
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