liding
7 天以前 17a7a0c0df3dbc3e6225dddb55f6332deccdb201
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>