Commit bf0067dd authored by liaoanyuan's avatar liaoanyuan

工单管理,记录,项目商机管理增加筛选条件

parent 8dac39f9
......@@ -60,7 +60,7 @@
<update id="updateIsConclusionById2">
UPDATE
<include refid="table"/>
SET is_conclusion = 1, conclusion_time = now()
SET is_conclusion = 1, conclusion_time = null
WHERE id = #{id}
</update>
......
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