|
|
@ -136,9 +136,9 @@ public class IcUserChangeRecordServiceImpl extends BaseServiceImpl<IcUserChangeR |
|
|
|
} |
|
|
|
//类别变动添加 新增/减少后缀
|
|
|
|
if ("category".equals(resultDto.getType())){ |
|
|
|
String tempSuffix = "减少"; |
|
|
|
String tempSuffix = "变更:减少"; |
|
|
|
if (resultDto.getValue().equals(NumConstant.ONE)){ |
|
|
|
tempSuffix = "增加"; |
|
|
|
tempSuffix = "变更:增加"; |
|
|
|
} |
|
|
|
resultDto.setTypeName(resultDto.getTypeName().concat(tempSuffix)); |
|
|
|
} |
|
|
|