Commit bf0067dd authored by liaoanyuan's avatar liaoanyuan

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

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