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