buhuazhen
6 小时以前 a076e6f08380a14a4ef931ff5a4288399cb75ebc
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}
            </if>
        </where>
        order by ppm.id