huminmin
昨天 df1dd527ca9da0717dae8a3e7dff5e6ed53787ba
src/main/resources/mapper/production/ProductOrderMapper.xml
@@ -64,6 +64,7 @@
                and po.create_time between #{c.startTime} and #{c.endTime}
            </if>
        </where>
        order by po.priority
    </select>
    <select id="listProcessRoute" resultType="com.ruoyi.production.pojo.ProcessRoute">
        select pr.*