buhuazhen
2026-05-09 c1db4e0ccf2c2ef1d6b6eb61946af5453010cf06
src/main/resources/mapper/production/ProductionOrderMapper.xml
@@ -129,6 +129,9 @@
                <if test="c.endTime != null">
                    and po.end_time &lt;= #{c.endTime}
                </if>
                <if test="c.workshopId != null">
                    and t7.id = #{c.workshopId}
                </if>
            </if>
        </where>
    </sql>