linxk 2 weeks ago
parent
commit
1060cefbc3

+ 1 - 1
cif-service/src/main/java/com/txz/cif/web/mng/WithdrawRecordController.java

@@ -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);
 			}
 			}
 		}
 		}