|
|
|
@ -135,8 +135,7 @@
|
|
|
|
|
INNER JOIN sup_manufacturer
|
|
|
|
|
on sup_manufacturer.manufacturerId =
|
|
|
|
|
sup_product.manufacturerIdFk
|
|
|
|
|
left join basic_udirel on sup_product.relIdFk = basic_udirel.id
|
|
|
|
|
INNER JOIN basic_products on basic_udirel.uuid = basic_products.uuid
|
|
|
|
|
INNER join basic_products on basic_products.cpmctymc = sup_product.recordProductName and basic_products.manufactory = sup_product.manufactory
|
|
|
|
|
<where>
|
|
|
|
|
<if test="id != null and id != ''">
|
|
|
|
|
and sup_product.id = #{id}
|
|
|
|
@ -183,7 +182,7 @@
|
|
|
|
|
and (sup_product.auditStatus = 1 or sup_product.auditStatus = 4)
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
GROUP BY cpmctymc, manufactory
|
|
|
|
|
GROUP BY cpmctymc, manufactory,ggxh
|
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
<update id="modifyRegistration" parameterType="com.glxp.api.entity.purchase.SupProductEntity">
|
|
|
|
|