From e6456d2196b3e57bd06be0fbc74dd3e0fc28fdeb Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期二, 22 七月 2025 19:17:55 +0800 Subject: [PATCH] 代码提交 --- ruoyi-system/src/main/resources/mapper/system/SmsParamMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/smartor/src/main/resources/mapper/smartor/SmsParamMapper.xml b/ruoyi-system/src/main/resources/mapper/system/SmsParamMapper.xml similarity index 98% rename from smartor/src/main/resources/mapper/smartor/SmsParamMapper.xml rename to ruoyi-system/src/main/resources/mapper/system/SmsParamMapper.xml index 70ed15f..76df18d 100644 --- a/smartor/src/main/resources/mapper/smartor/SmsParamMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/SmsParamMapper.xml @@ -2,7 +2,7 @@ <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> -<mapper namespace="com.smartor.mapper.SmsParamMapper"> +<mapper namespace="com.ruoyi.system.mapper.SmsParamMapper"> <resultMap type="SmsParam" id="SmsParamResult"> <result property="paramid" column="paramid" /> -- Gitblit v1.9.3