bug
This commit is contained in:
parent
ee190fdc01
commit
028beea5e6
@ -71,8 +71,10 @@ public class TagCodeRecordServiceImpl extends ServiceImpl<TagCodeRecordMapper, T
|
|||||||
//二维码
|
//二维码
|
||||||
TagCode byId1 = tagCodeService.getById(tagCodeId);
|
TagCode byId1 = tagCodeService.getById(tagCodeId);
|
||||||
String collection = byId1.getCollection();
|
String collection = byId1.getCollection();
|
||||||
collection += "&storeId=" + tagCodeRecordDTO.getStoreId();
|
String[] storeIds = collection.split("sn");
|
||||||
byId1.setCollection(collection);
|
String s = storeIds[0] + "storeId=" + tagCodeRecordDTO.getStoreId() + "&sn" + storeIds[1];
|
||||||
|
//collection += "&storeId=" + tagCodeRecordDTO.getStoreId();
|
||||||
|
byId1.setCollection(s);
|
||||||
tagCodeService.updateById(byId1);
|
tagCodeService.updateById(byId1);
|
||||||
|
|
||||||
OilTag oilTag = new OilTag();
|
OilTag oilTag = new OilTag();
|
||||||
|
Loading…
Reference in New Issue
Block a user