|
@@ -190,6 +190,7 @@ public class DistributeController {
|
|
|
if (DistributeMoneyApply.Status.fail.name().equals(distributeApplyMoneyReq.getVerifyStatus()) && StrUtil.isEmpty(distributeApplyMoneyReq.getReason())) {
|
|
if (DistributeMoneyApply.Status.fail.name().equals(distributeApplyMoneyReq.getVerifyStatus()) && StrUtil.isEmpty(distributeApplyMoneyReq.getReason())) {
|
|
|
throw BusinessRuntimeException.getInstance("拒绝原因为空");
|
|
throw BusinessRuntimeException.getInstance("拒绝原因为空");
|
|
|
}
|
|
}
|
|
|
|
|
+ distributeMoneyApply.setReason(distributeApplyMoneyReq.getReason());
|
|
|
distributeMoneyApplyMapper.updateById(distributeMoneyApply);
|
|
distributeMoneyApplyMapper.updateById(distributeMoneyApply);
|
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult("审核操作成功");
|
|
return GatewayResponse.SUCCESS.newBuilder().toResult("审核操作成功");
|
|
|
}
|
|
}
|