Commit b227008f by 徐高华

Merge branch 'feature/xgh/2502朋友圈' into 'master'

朋友圈

See merge request !2658
parents 01d111ef 3e9560a7
......@@ -284,7 +284,7 @@
task_clerk_num = #{taskClerkNum} ,
</if>
<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>
</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