Commit fded9bea by zhangxingmin

push

parent bed17d2c
......@@ -531,9 +531,9 @@ public class CommissionServiceImpl extends ServiceImpl<CommissionMapper, Commiss
if (ObjectUtils.isEmpty(commissionUpdateRequest.getCurrency())) {
throw new BusinessException(ResultCode.NULL_ERROR.getCode(), "入账币种不能为空");
}
if (ObjectUtils.isEmpty(commissionUpdateRequest.getExchangeRate())) {
throw new BusinessException(ResultCode.NULL_ERROR.getCode(), "结算汇率不能为空");
}
// if (ObjectUtils.isEmpty(commissionUpdateRequest.getExchangeRate())) {
// throw new BusinessException(ResultCode.NULL_ERROR.getCode(), "结算汇率不能为空");
// }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment