Commit e97ca04f06b4d0e3ac2e34431c77b28035b23915
Exists in
master
and in
6 other branches
Merge remote-tracking branch 'origin/master'
Showing 1 changed file
platform-operate-api/src/main/java/com/lyms/platform/operate/web/facade/ViewFacade.java
View file @
e97ca04
... | ... | @@ -1478,7 +1478,7 @@ |
1478 | 1478 | if (antExcAddOther.getFmType() != null) { |
1479 | 1479 | String fmType = CZFmTypeEnums.getTitle(antExcAddOther.getFmType()); |
1480 | 1480 | if (antExcAddOther.getFmTypeRemark() != null) { |
1481 | - mapData.put("fmType", fmType + "," + antExcAddOther.getFmTypeRemark()); | |
1481 | + mapData.put("fmType", fmType + "(" + antExcAddOther.getFmTypeRemark() + ")"); | |
1482 | 1482 | } else { |
1483 | 1483 | mapData.put("fmType", fmType); |
1484 | 1484 | } |
... | ... | @@ -1488,7 +1488,7 @@ |
1488 | 1488 | if (antExcAddOther.getFitness() != null) { |
1489 | 1489 | String fitness = FitnessEnums.getTitle(Integer.parseInt(antExcAddOther.getFitness().toString())); |
1490 | 1490 | if (antExcAddOther.getFitnessRemark() != null) { |
1491 | - mapData.put("fitness", fitness + "," + antExcAddOther.getFitnessRemark()); | |
1491 | + mapData.put("fitness", fitness + "(," + antExcAddOther.getFitnessRemark() + ")"); | |
1492 | 1492 | } else { |
1493 | 1493 | mapData.put("fitness", fitness); |
1494 | 1494 | } |