|
@@ -908,7 +908,7 @@ public class StripService extends ServiceImpl<StripMapper, StripInfo> {
|
|
|
List<EphTrack> ephdatas = new ArrayList<>();
|
|
|
BizReq bizReq = new BizReq();
|
|
|
StripCalcResult stripCalcResult = new StripCalcResult();
|
|
|
- String stripCalcResultId = UUID.randomUUID().toString().replace("-", "") + primaryKeyGenerator.getAndIncrement();
|
|
|
+ String stripCalcResultId = String.valueOf(IdGenerator.getId())+ primaryKeyGenerator.getAndIncrement();
|
|
|
stripCalcResult.setStripCalcResultId(stripCalcResultId);
|
|
|
stripCalcResult.setTargetCode(targetRelationDTO.getTargetCode());
|
|
|
stripCalcResult.setTargetName(targetRelationDTO.getTargetName());
|