@ -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>
@ -95,6 +95,7 @@
@ -47,7 +47,7 @@
@ -130,4 +130,4 @@
GROUP BY uuid
</mapper>