Browse Source

删除、修改标准判定内容是否修改,新增多图片库删除

anderx 1 year ago
parent
commit
61b0027962

+ 1 - 1
src/main/java/com/goafanti/common/mapper/StandardDocumentMapper.xml

@@ -163,7 +163,7 @@
             and a.status = #{status,jdbcType=INTEGER}
         </if>
         <if  test="startTime !=null and endTime !=null">
-            and a.create_time between #{startTime,jdbcType=TIMESTAMP} and #{endTime,jdbcType=TIMESTAMP}
+            and a.update_time between #{startTime,jdbcType=TIMESTAMP} and #{endTime,jdbcType=TIMESTAMP}
         </if>
         <if test="depId !=null">
             and a.dep_id = #{depId,jdbcType=VARCHAR}