From d6afc777581190883e17982a0be77dcb21aae098 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 06 三月 2025 17:20:40 +0800 Subject: [PATCH] 删除定时任务模块 --- cnas-manage/src/main/resources/mapper/InternalReportMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cnas-manage/src/main/resources/mapper/InternalReportMapper.xml b/cnas-manage/src/main/resources/mapper/InternalReportMapper.xml index afb1fbd..08ed7e8 100644 --- a/cnas-manage/src/main/resources/mapper/InternalReportMapper.xml +++ b/cnas-manage/src/main/resources/mapper/InternalReportMapper.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd" > -<mapper namespace="com.yuanchu.mom.mapper.InternalReportMapper"> +<mapper namespace="com.ruoyi.manage.mapper.InternalReportMapper"> <!-- 鍐呭鎶ュ憡鍒嗛〉鏌ヨ --> <select id="pageInternalReport" resultType="com.ruoyi.manage.pojo.InternalReport"> select * -- Gitblit v1.9.3