|
|
|
@ -138,7 +138,7 @@
|
|
|
|
|
sup_product.manufacturerIdFk
|
|
|
|
|
INNER join basic_products on basic_products.cpmctymc = sup_product.recordProductName and
|
|
|
|
|
basic_products.manufactory = sup_product.manufactory
|
|
|
|
|
<where>
|
|
|
|
|
where basic_products.zczbhhzbapzbh = sup_product.recordCode
|
|
|
|
|
<if test="id != null and id != ''">
|
|
|
|
|
and sup_product.id = #{id}
|
|
|
|
|
</if>
|
|
|
|
@ -183,7 +183,6 @@
|
|
|
|
|
<if test="auditStatus == 22">
|
|
|
|
|
and (sup_product.auditStatus = 1 or sup_product.auditStatus = 4)
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
GROUP BY cpmctymc, manufactory, ggxh
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|