记得上下班打卡 | git大法好,push需谨慎

Commit 36f0ceb7 authored by Administrator's avatar Administrator 🎨

Merge branch 'pre' into 'master'

~api:批量导入商品:商品ID生成逻辑调整;

See merge request !326
parents 5d3c49f8 cf6bc952
......@@ -353,7 +353,7 @@ public class GoblinStoreMgtGoodsImportService {
private GoblinGoodsInfoVo goodsInformationDataAnalysisProcessingForSpu(GoblinGoodsImportDto dt, String uid, String storeId, LocalDateTime now) {
GoblinGoodsInfoVo lastGoodsInfoVo = GoblinGoodsInfoVo.getNew();
lastGoodsInfoVo.setName(dt.getSpuName());//*
lastGoodsInfoVo.setSpuId(IDGenerator.nextMilliId2());//*
lastGoodsInfoVo.setSpuId(IDGenerator.nextSnowId());//*
if (StringUtils.isNotEmpty(dt.getSpuCode())) {
lastGoodsInfoVo.setSpuNo(dt.getSpuCode());
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment