zhuo
2025-03-13 a70731ffad9f4481bf3c934ee5e38e5c2c1becf8
performance-server/src/main/resources/mapper/AuxiliaryWorkingHoursDayMapper.xml
@@ -62,7 +62,7 @@
    </select>
    <select id="selectListByIds" resultType="com.ruoyi.performance.pojo.AuxiliaryWorkingHoursDay">
        select * from auxiliary_working_hours_day
        where state='已审核'
        where state='已批准'
        <if test="ids !=null and ids != ''">
            and name_user in
            <foreach collection="ids" index="index" open="(" separator="," close=")" item="val">