12/9 药品选入价格问题1.0 订单主标识一样根据产品uuid分组

dev_unify
wangwei 7 months ago
parent d2c006cf43
commit c92d07bdcf

@ -377,6 +377,7 @@ public class UdiRlSupController extends BaseController {
byUuid.setYbbm(udiProductEntity.getYbbm());
byUuid.setManufactory(udiProductEntity.getManufactory());
byUuid.setUpdateTime(new Date());
byUuid.setPrice(udiInfoExportRequest.getPrice());
udiProductService.updateUdiInfo(byUuid);
} else {
udiProductEntity.setId(IdUtil.getSnowflakeNextId());

@ -42,6 +42,7 @@
AND supId = #{supId}
</if>
</where>
group by basic_products.uuid
</select>

@ -42,6 +42,7 @@
AND supId = #{supId}
</if>
</where>
group by basic_products.uuid
</select>

@ -95,6 +95,7 @@
AND supId = #{supId}
</if>
</where>
group by basic_products.uuid
</select>

@ -47,7 +47,7 @@
AND supId = #{supId}
</if>
</where>
group by basic_products.uuid
</select>

Loading…
Cancel
Save