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