wuxw
2025-02-26 c29532c817b4e4486ced6a10c3b4ca48d8592753
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}