监督计划bug修改

This commit is contained in:
2023-08-31 13:42:36 +08:00
parent 271884af90
commit 3b41fe9e86

View File

@@ -30,7 +30,7 @@
where
b.supv_Type = #{statisticType}
<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 test="rectificationStatus !=null and rectificationStatus!=''">
and a.rectification_Status = #{rectificationStatus}