1
zj
2026-01-14 d147df97cffc18ac764719041b2a4dda8311921c
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("参数不能为空");