sql update

This commit is contained in:
zhangchenbiao
2023-06-21 17:19:50 +08:00
parent bccf42e20f
commit 81cefc2862

View File

@@ -474,7 +474,7 @@
AND hpli.workflow_stage = #{workflowStage} AND hpli.workflow_stage = #{workflowStage}
</if> </if>
<if test="workflowStatus!=null and workflowStatus!=''"> <if test="workflowStatus!=null and workflowStatus!=''">
AND hpli.workflow_status = #workflowStatus} AND hpli.workflow_status = #{workflowStatus}
</if> </if>
<if test="deadlineStart!=null and deadlineEnd!=null"> <if test="deadlineStart!=null and deadlineEnd!=null">
AND hpli.deadline BETWEEN #{deadlineStart} and #{deadlineStart} AND hpli.deadline BETWEEN #{deadlineStart} and #{deadlineStart}