Commit 51c24164 by 徐高华

朋友圈

parent 40232b45
...@@ -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;
} }
......
...@@ -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">
......
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