bug 添加足迹时类型缺失

This commit is contained in:
xuwenbo
2020-09-03 10:30:58 +08:00
parent 28bd60484d
commit 6b1eb31164

View File

@ -342,6 +342,7 @@ public class YxStoreProductServiceImpl extends BaseServiceImpl<StoreProductMappe
storeProductRelation.setProductId(storeProductQueryVo.getId());
storeProductRelation.setUid(uid);
storeProductRelation.setCreateTime(new Date());
storeProductRelation.setType("foot");
relationService.save(storeProductRelation);
}