From 8b48244257eaa19bfd8a761b3d2309cea25a8aaa Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期三, 16 七月 2025 16:20:48 +0800
Subject: [PATCH] 政务云数据上传bug修改

---
 ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/TIntegralRuleMapper.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/TIntegralRuleMapper.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/TIntegralRuleMapper.java
index ff2cc2e..9ac1131 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/TIntegralRuleMapper.java
+++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/TIntegralRuleMapper.java
@@ -1,7 +1,7 @@
 package com.ruoyi.other.mapper;
 
-import com.ruoyi.other.model.TIntegralRule;
 import com.baomidou.mybatisplus.core.mapper.BaseMapper;
+import com.ruoyi.other.api.domain.TIntegralRule;
 
 /**
  * <p>

--
Gitblit v1.7.1