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.setYbbm(udiProductEntity.getYbbm());
byUuid.setManufactory(udiProductEntity.getManufactory()); byUuid.setManufactory(udiProductEntity.getManufactory());
byUuid.setUpdateTime(new Date()); byUuid.setUpdateTime(new Date());
byUuid.setPrice(udiInfoExportRequest.getPrice());
udiProductService.updateUdiInfo(byUuid); udiProductService.updateUdiInfo(byUuid);
} else { } else {
udiProductEntity.setId(IdUtil.getSnowflakeNextId()); udiProductEntity.setId(IdUtil.getSnowflakeNextId());

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

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

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

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

Loading…
Cancel
Save