Commit 3e9560a7 by 徐高华

朋友圈

parent eb5a4f53
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
task_clerk_num = #{taskClerkNum} , task_clerk_num = #{taskClerkNum} ,
</if> </if>
<if test="-1 != doneNum"> <if test="-1 != doneNum">
done_num = #{doneNum} + 1 , exec_rate = done_num *10000 / task_clerk_num done_num = ifnull(done_num,0) + 1 , exec_rate = done_num *10000 / task_clerk_num
</if> </if>
</set> </set>
where plan_id = #{planId} 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