Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
haoban3.0
haoban-manage3.0
Commits
267eb0a8
Commit
267eb0a8
authored
Dec 10, 2022
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
群发
parent
5084c1f5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
11 deletions
+7
-11
ChatHmSearchQDTO.java
...gic/haoban/manage/api/dto/qdto/chat/ChatHmSearchQDTO.java
+1
-1
GroupChatPlanMapper.xml
...ce/src/main/resources/mapper/chat/GroupChatPlanMapper.xml
+6
-10
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/qdto/chat/ChatHmSearchQDTO.java
View file @
267eb0a8
...
...
@@ -14,7 +14,7 @@ public class ChatHmSearchQDTO implements Serializable {
private
String
enterpriseId
;
private
String
searchParams
;
// 1有效 2作废
private
Integer
status
=
1
;
private
Integer
status
;
private
Long
linkId
;
private
List
<
Long
>
chatHmIdList
;
...
...
haoban-manage3-service/src/main/resources/mapper/chat/GroupChatPlanMapper.xml
View file @
267eb0a8
...
...
@@ -27,7 +27,6 @@
<result
column=
"send_count"
property=
"sendCount"
/>
<result
column=
"success_chat_count"
property=
"successChatCount"
/>
<result
column=
"total_chat_count"
property=
"totalChatCount"
/>
<result
column=
"delete_flag"
property=
"deleteFlag"
/>
<result
column=
"send_flag"
property=
"sendFlag"
/>
</resultMap>
<sql
id=
"Base_Column_List"
>
...
...
@@ -52,7 +51,7 @@
send_count,
success_chat_count,
total_chat_count ,
wx_enterprise_id , enterprise_id , send_flag
, delete_flag
wx_enterprise_id , enterprise_id , send_flag
</sql>
<!-- ===================== 新增 ======================== -->
<insert
id=
"insert"
...
...
@@ -156,23 +155,19 @@
=#{wxEnterpriseId}
and enterprise_id = #{enterpriseId} and delete_flag = 0
<if
test=
"null != status and status==1"
>
and start_time
<![CDATA[<= ]]>
now() and end_time >= now()
and start_time
<![CDATA[<= ]]>
now() and end_time >= now()
</if>
<if
test=
"null != status and status==2"
>
and start_time > now()
</if>
<if
test=
"null != status and status==3"
>
and end_time
<![CDATA[<]]>
now()
and end_time
<![CDATA[<]]>
now()
</if>
<if
test=
"null != searchParams"
>
and name like '%
#
{searchParams}%'
and name like '%
$
{searchParams}%'
</if>
<if
test=
"null != startDate"
>
and create_time
<![CDATA[>=]]>
#{startDate} and create_time
<![CDATA[<=]]>
#{endDate}
and create_time
<![CDATA[>=]]>
#{startDate} and create_time
<![CDATA[<=]]>
#{endDate}
</if>
</select>
</mapper>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment