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
ff6c533d
Commit
ff6c533d
authored
Mar 13, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈
parent
73294561
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
23 deletions
+13
-23
QwMomentPlanDataDTO.java
...gic/haoban/manage/api/dto/moment/QwMomentPlanDataDTO.java
+9
-0
qwMomentPlanMapper.xml
...e/src/main/resources/mapper/moment/qwMomentPlanMapper.xml
+4
-23
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/moment/QwMomentPlanDataDTO.java
View file @
ff6c533d
...
...
@@ -18,6 +18,7 @@ public class QwMomentPlanDataDTO implements Serializable{
private
String
enterpriseId
;
/**staff*/
private
String
staffId
;
private
String
staffName
;
/**导购*/
private
String
clerkId
;
/**门店id*/
...
...
@@ -39,6 +40,14 @@ public class QwMomentPlanDataDTO implements Serializable{
/**是否点赞*/
private
Integer
likeFlag
;
public
String
getStaffName
()
{
return
staffName
;
}
public
void
setStaffName
(
String
staffName
)
{
this
.
staffName
=
staffName
;
}
public
Long
getDataId
()
{
return
dataId
;
}
...
...
haoban-manage3-service/src/main/resources/mapper/moment/qwMomentPlanMapper.xml
View file @
ff6c533d
...
...
@@ -141,24 +141,9 @@
<if
test=
"null != execType"
>
exec_type=#{execType},
</if>
<if
test=
"null != wxEnterpriseId"
>
wx_enterprise_id=#{wxEnterpriseId},
</if>
<if
test=
"null != enterpriseId"
>
enterprise_id=#{enterpriseId},
</if>
<if
test=
"null != creatorId"
>
creator_id=#{creatorId},
</if>
<if
test=
"null != creatorName"
>
creator_name=#{creatorName},
</if>
<if
test=
"null != statusFlag"
>
status_flag=#{statusFlag},
</if>
<if
test=
"null != deleteFlag"
>
delete_flag=#{deleteFlag},
</if>
<if
test=
"null != publishType"
>
publish_type=#{publishType},
</if>
...
...
@@ -168,12 +153,6 @@
<if
test=
"null != planClerkType"
>
plan_clerk_type=#{planClerkType},
</if>
<if
test=
"null != totalNum"
>
total_num=#{totalNum},
</if>
<if
test=
"null != doneNum"
>
done_num=#{doneNum},
</if>
<if
test=
"null != stopTime"
>
stop_time=#{stopTime},
</if>
...
...
@@ -236,8 +215,10 @@
<select
id=
"list"
resultMap=
"result-map-tabHaobanQwMomentPlan"
parameterType=
"com.gic.haoban.manage.api.qdto.moment.QwMomentPlanQDTO"
>
select
<include
refid=
"Base_Column_List"
/>
from tab_haoban_qw_moment_plan where wx_enterprise_id=#{wxEnterpriseId} and enterprise_id = #{enterpriseId}
select
<include
refid=
"Base_Column_List"
/>
from tab_haoban_qw_moment_plan where enterprise_id = #{enterpriseId}
<if
test=
"null != wxEnterpriseId"
>
and wx_enterprise_id=#{wxEnterpriseId}
</if>
<if
test=
"statusFlag ==0"
>
and ( status_flag = 1 and begin_date
<![CDATA[ > ]]>
NOW() )
</if>
...
...
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