wuxw преди 1 година
родител
ревизия
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}
         </if>
         <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 test="statusCd !=null and statusCd != ''">
             and t.status_cd= #{statusCd}