|
@@ -415,6 +415,7 @@ public class BackTrackService {
|
|
|
for (SystemDict value : dictList.values()) {
|
|
for (SystemDict value : dictList.values()) {
|
|
|
if (re.getItem().equals(value.getValue())) {
|
|
if (re.getItem().equals(value.getValue())) {
|
|
|
re.setUnit(value.getUrl());
|
|
re.setUnit(value.getUrl());
|
|
|
|
|
+ re.setUnitNe(value.getRemark());
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|