java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-db/src/main/resources/mapper/common/AttendanceClassesTaskDetailServiceDaoImplMapper.xml
old mode 100644 new mode 100755
@@ -53,7 +53,7 @@
        </if>
        <if test="taskId !=null and taskId != ''">
            and t.task_id= #{taskId}
        </if>reportFeeMonthStatistics
        </if>
        <if test="taskIds != null">
            and t.task_id in
            <foreach collection="taskIds" item="item" open="(" close=")" separator=",">