buhuazhen
2025-08-27 5a423dfede4ee5caa88adf95ec52d35a85072321
main-business/src/main/resources/mapper/ProductionSchedulingMapper.xml
@@ -4,5 +4,8 @@
    <select id="listPage" resultType="com.ruoyi.business.entity.ProductionScheduling">
        select * from production_scheduling where deleted = 0
        <if test="req.searchAll != null and req.searchAll != ''">
            and status = #{req.searchAll}
        </if>
    </select>
</mapper>