src/main/java/com/nq/service/impl/AgentUserServiceImpl.java
@@ -462,7 +462,7 @@ } /*代理账户扣款*/ @Transactional @Transactional(rollbackFor = Exception.class) public ServerResponse updateAgentAmt(Integer agentId, Integer amt, Integer direction) { if (agentId == null || amt == null || direction == null) { return ServerResponse.createByErrorMsg("参数不能为空");