sql update
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user