SpringBoot online collaborative office small program development full stack project combat

v:ititit111222333

    @Override
    public Result<Long> insertSupplierUser(UserDTO userDTO) {
        log.error("Call [{}] to perform fusing with parameter [{}]"."POST /client/upms/user/insert-supplier-user"."UserDTO=" + userDTO);
        throw new BusinessException("Abnormal new user according to the incoming information, perform the fuse operation!");
    }

    @Override
    public Integer updateSupplierUser(UserDTO userDTO) {
        log.error("Call [{}] to perform fusing with parameter [{}]"."POST /client/upms/user/update-supplier-user"."UserDTO=" + userDTO);
        throw new BusinessException("Incoming message update user exception, perform fuse operation!");
    }
Copy the code