Commit 51c24164 by 徐高华

朋友圈

parent 40232b45
......@@ -75,6 +75,16 @@ public class TabQwMomentPlan implements Serializable{
/**完成率*/
private Integer execRate;
private Integer taskClerkNum ;
public Integer getTaskClerkNum() {
return taskClerkNum;
}
public void setTaskClerkNum(Integer taskClerkNum) {
this.taskClerkNum = taskClerkNum;
}
public String getMomentId() {
return momentId;
}
......
......@@ -30,6 +30,7 @@
<result column="total_comment_count" javaType="int" jdbcType="INTEGER" property="totalCommentCount"/>
<result column="qw_jobid" javaType="String" jdbcType="VARCHAR" property="qwJobid"/>
<result column="exec_rate" javaType="int" jdbcType="INTEGER" property="execRate"/>
<result column="task_clerk_num" property="taskClerkNum" />
</resultMap>
<sql id="Base_Column_List">
plan_id,
......@@ -59,7 +60,7 @@
total_like_count,
total_comment_count,
qw_jobid,
exec_rate
exec_rate , task_clerk_num
</sql>
<!-- ===================== 新增 ======================== -->
<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