fix
Helius
2021-12-15 5f49840dcf78085b888cab90f61b1efd68c54d4d
gc-user/src/main/java/com/xzx/gc/user/mapper/UserMapper.java
@@ -3,6 +3,8 @@
import com.xzx.gc.entity.UserInfo;
import com.xzx.gc.model.admin.UserModel;
import com.xzx.gc.model.user.*;
import com.xzx.gc.user.dto.TgmxInfoListDto;
import com.xzx.gc.user.vo.TgmxInfoListVo;
import com.xzx.gc.util.GcMapper;
import org.apache.ibatis.annotations.Param;
import org.springframework.stereotype.Repository;
@@ -70,4 +72,6 @@
    List<UserModel> queryAllUserByPid(@Param("userName") String userName, @Param("roleType") String roleType, @Param("partnerId") String partnerId);
    UserModel queryUserById(@Param("userId") String userId);
    List<TgmxInfoListVo> tgmxInfo(@Param("record")TgmxInfoListDto model);
}