|
|
@ -247,6 +247,7 @@ public class RightApplicationService { |
|
|
int rightCount = Integer.parseInt(rightCountRightTerm.getValue()); |
|
|
int rightCount = Integer.parseInt(rightCountRightTerm.getValue()); |
|
|
rightCount++; |
|
|
rightCount++; |
|
|
rightCountRightTerm.setValue(String.valueOf(rightCount)); |
|
|
rightCountRightTerm.setValue(String.valueOf(rightCount)); |
|
|
|
|
|
right.setEnable(true); |
|
|
} |
|
|
} |
|
|
//判断权益是否失效 |
|
|
//判断权益是否失效 |
|
|
if (rightQueryService.checkEnable(right)) { |
|
|
if (rightQueryService.checkEnable(right)) { |
|
|
|