java110
2021-02-26 db55c4b35bc881286e8a1c4797127f63bb2f7499
java110-db/src/main/resources/mapper/common/AttendanceClassesTaskDetailServiceDaoImplMapper.xml
@@ -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=",">