技术监督bug修改

This commit is contained in:
2023-08-30 16:27:31 +08:00
parent e5967ef694
commit b0750f78fd
6 changed files with 71 additions and 5 deletions

View File

@@ -30,7 +30,7 @@
where
b.supv_Type = #{statisticType}
<if test="startTime!=null and endTime!=null">
and a.create_time between #{startTime} and #{endTime}
and a.plan_Rectification_Time between #{startTime} and #{endTime}
</if>
<if test="rectificationStatus !=null and rectificationStatus!=''">
and a.rectification_Status = #{rectificationStatus}