|
@@ -1153,7 +1153,7 @@ public class RepairProduceDataUploadServiceImpl implements RepairProduceDataUplo
|
|
|
ite.setOutId(outId);
|
|
ite.setOutId(outId);
|
|
|
ite.setXxyyguid(IdWorker.getIdStr());
|
|
ite.setXxyyguid(IdWorker.getIdStr());
|
|
|
if (StringUtils.isEmpty(ite.getWxjsguid())){
|
|
if (StringUtils.isEmpty(ite.getWxjsguid())){
|
|
|
- ite.setWxjsguid(IdWorker.getIdStr());
|
|
|
|
|
|
|
+ ite.setWxjsguid(UUID.randomUUID().toString());
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
upList.add(ite);
|
|
upList.add(ite);
|