|
@@ -100,7 +100,7 @@ public class WithdrawRecordController {
|
|
return ResultGenerator.genFailResult(ResultCode.TYPE_IS_NULL);
|
|
return ResultGenerator.genFailResult(ResultCode.TYPE_IS_NULL);
|
|
}
|
|
}
|
|
if (param.getType() == 2){
|
|
if (param.getType() == 2){
|
|
- if (StrUtil.isNotBlank(param.getReview())){
|
|
|
|
|
|
+ if (StrUtil.isBlank(param.getReview())){
|
|
return ResultGenerator.genFailResult(ResultCode.REVIEW_IS_NULL);
|
|
return ResultGenerator.genFailResult(ResultCode.REVIEW_IS_NULL);
|
|
}
|
|
}
|
|
}
|
|
}
|