feat: 修复分组

dev_no_inv
chenhc 9 months ago
parent 55e7050e58
commit 7d917318ca

@ -586,9 +586,7 @@
basic_products.indate,
basic_products.majorType,
basic_products.medicareType,
basic_products.requireScanCode,
basic_products.workPlaceCount,
basic_products.productsType as productType,
th.hsmc hslbName
FROM basic_products
inner JOIN basic_udirel
@ -730,6 +728,7 @@
and basic_udirel.groupBuy = #{groupBuy}
</if>
</where>
GROUP BY basic_udirel.id
ORDER BY modifyTime DESC
</select>

@ -109,5 +109,6 @@
AND not exists(select 1 from io_split_fifo_inv t where t.enableRemind = 0 and (t.reCount - t.invRemindCount) <![CDATA[ >= ]]> 0 and t.id = isfi.id )
</if>
</where>
GROUP BY id
</select>
</mapper>

Loading…
Cancel
Save