|
|
@@ -152,7 +152,7 @@ public class UserWallThicknessTemplateServiceImpl extends ServiceImpl<UserWallTh
|
|
|
if (currentColumn > points) {
|
|
|
break;
|
|
|
}
|
|
|
- String pointValue = "(" + currentColumn + ")";
|
|
|
+ String pointValue = String.valueOf(currentColumn);
|
|
|
String fieldName = "value" + ((j * 2) + 1);
|
|
|
vo.put(fieldName, pointValue);
|
|
|
}
|