监督计划bug修改
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
where
|
where
|
||||||
b.supv_Type = #{statisticType}
|
b.supv_Type = #{statisticType}
|
||||||
<if test="startTime!=null and endTime!=null">
|
<if test="startTime!=null and endTime!=null">
|
||||||
and a.plan_Rectification_Time between #{startTime} and #{endTime}
|
and a.discovery_Time between #{startTime} and #{endTime}
|
||||||
</if>
|
</if>
|
||||||
<if test="rectificationStatus !=null and rectificationStatus!=''">
|
<if test="rectificationStatus !=null and rectificationStatus!=''">
|
||||||
and a.rectification_Status = #{rectificationStatus}
|
and a.rectification_Status = #{rectificationStatus}
|
||||||
|
|||||||
Reference in New Issue
Block a user