器械资质管理bug修复

dev_drug
qiuyt 1 month ago
parent e59d9fd50e
commit 20512b825d

@ -853,7 +853,7 @@
AND basic_products.tyshxydm = #{tyshxydm}
</if>
</where>
GROUP BY cpmctymc, manufactory
GROUP BY cpmctymc, manufactory,zczbhhzbapzbh
</select>

@ -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>

Loading…
Cancel
Save