Commit 242753b2 by 徐高华

朋友圈

parent 203c41cf
......@@ -149,7 +149,6 @@ public class QwMomentPlanServiceImpl implements QwMomentPlanService {
plan.setStatusFlag(1);
this.qwMomentPlanMapper.insert(plan);
}else {
TabQwMomentPlan oldPlan = this.qwMomentPlanMapper.getById(planId) ;
this.qwMomentPlanMapper.update(plan);
}
// 参与导购
......
......@@ -286,7 +286,7 @@
task_clerk_num = #{taskClerkNum} ,
</if>
<if test="-1 != doneNum">
done_num = #{doneNum} , exec_rate = done_num *100 / task_clerk_num
done_num = #{doneNum} , exec_rate = done_num *10000 / task_clerk_num
</if>
</set>
where plan_id = #{planId}
......
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