buhuazhen
9 小时以前 f8dfc6add4658bec89ef48c2bc091cfdbd7f65c8
src/main/resources/mapper/production/ProductionProductMainMapper.xml
@@ -48,6 +48,9 @@
            <if test="c.status != null and c.status != ''">
                and ppm.status = #{c.status}
            </if>
            <if test="c.auditStatus != null">
                and ppm.audit_status = #{c.auditStatus.code}
            </if>
        </where>
        order by ppm.id