Forráskód Böngészése

优化退费自动退

wuxw 1 éve%!(EXTRA string=óta)
szülő
commit
c29532c817

+ 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}