|
|
@@ -80,6 +80,7 @@ public class TransferFuncServiceImpl implements TransferFuncService {
|
|
|
if (user == null) {
|
|
|
throw BusinessRuntimeException.getInstance("请先授权登录");
|
|
|
}
|
|
|
+ if (user.getIsBlack()) throw BusinessRuntimeException.getInstance("系统检测操作异常,请稍后再试");
|
|
|
Boolean isTakeAll = applyMoneyReq.getIsTakeAll();
|
|
|
DistributeMoneyApply.Type type = applyMoneyReq.getType();
|
|
|
if (type == null) type = DistributeMoneyApply.Type.zfb;
|