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
51c24164
Commit
51c24164
authored
Mar 10, 2025
by
徐高华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
朋友圈
parent
40232b45
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
TabQwMomentPlan.java
.../haoban/manage/service/entity/moment/TabQwMomentPlan.java
+10
-0
qwMomentPlanMapper.xml
...e/src/main/resources/mapper/moment/qwMomentPlanMapper.xml
+2
-1
No files found.
haoban-manage3-service/src/main/java/com/gic/haoban/manage/service/entity/moment/TabQwMomentPlan.java
View file @
51c24164
...
@@ -75,6 +75,16 @@ public class TabQwMomentPlan implements Serializable{
...
@@ -75,6 +75,16 @@ public class TabQwMomentPlan implements Serializable{
/**完成率*/
/**完成率*/
private
Integer
execRate
;
private
Integer
execRate
;
private
Integer
taskClerkNum
;
public
Integer
getTaskClerkNum
()
{
return
taskClerkNum
;
}
public
void
setTaskClerkNum
(
Integer
taskClerkNum
)
{
this
.
taskClerkNum
=
taskClerkNum
;
}
public
String
getMomentId
()
{
public
String
getMomentId
()
{
return
momentId
;
return
momentId
;
}
}
...
...
haoban-manage3-service/src/main/resources/mapper/moment/qwMomentPlanMapper.xml
View file @
51c24164
...
@@ -30,6 +30,7 @@
...
@@ -30,6 +30,7 @@
<result
column=
"total_comment_count"
javaType=
"int"
jdbcType=
"INTEGER"
property=
"totalCommentCount"
/>
<result
column=
"total_comment_count"
javaType=
"int"
jdbcType=
"INTEGER"
property=
"totalCommentCount"
/>
<result
column=
"qw_jobid"
javaType=
"String"
jdbcType=
"VARCHAR"
property=
"qwJobid"
/>
<result
column=
"qw_jobid"
javaType=
"String"
jdbcType=
"VARCHAR"
property=
"qwJobid"
/>
<result
column=
"exec_rate"
javaType=
"int"
jdbcType=
"INTEGER"
property=
"execRate"
/>
<result
column=
"exec_rate"
javaType=
"int"
jdbcType=
"INTEGER"
property=
"execRate"
/>
<result
column=
"task_clerk_num"
property=
"taskClerkNum"
/>
</resultMap>
</resultMap>
<sql
id=
"Base_Column_List"
>
<sql
id=
"Base_Column_List"
>
plan_id,
plan_id,
...
@@ -59,7 +60,7 @@
...
@@ -59,7 +60,7 @@
total_like_count,
total_like_count,
total_comment_count,
total_comment_count,
qw_jobid,
qw_jobid,
exec_rate
exec_rate
, task_clerk_num
</sql>
</sql>
<!-- ===================== 新增 ======================== -->
<!-- ===================== 新增 ======================== -->
<insert
id=
"insert"
>
<insert
id=
"insert"
>
...
...
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