wuxw 1 год назад
Родитель
Сommit
c29532c817
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      java110-db/src/main/resources/mapper/oa/WorkTaskV1ServiceDaoImplMapper.xml

+ 1 - 1
java110-db/src/main/resources/mapper/oa/WorkTaskV1ServiceDaoImplMapper.xml

@@ -45,7 +45,7 @@
             and t.start_time= #{startTime}
             and t.start_time= #{startTime}
         </if>
         </if>
         <if test="taskInsTime !=null and taskInsTime != ''">
         <if test="taskInsTime !=null and taskInsTime != ''">
-            and DATE_FORMAT(t.start_time,'%Y-%m-%d')= #{taskInsTime}
+            and DATE_FORMAT(t.create_time,'%Y-%m-%d')= #{taskInsTime}
         </if>
         </if>
         <if test="statusCd !=null and statusCd != ''">
         <if test="statusCd !=null and statusCd != ''">
             and t.status_cd= #{statusCd}
             and t.status_cd= #{statusCd}