From 69ee7c605579c009ee3c087fa265619ba55155f6 Mon Sep 17 00:00:00 2001
From: fangyuan <527392886@qq.com>
Date: 星期五, 18 十一月 2022 10:57:33 +0800
Subject: [PATCH] 资讯相关接口,栏目相关接口

---
 ycl-platform/src/main/resources/mapper/NewsInformationPoliceDao.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ycl-platform/src/main/resources/mapper/NewsInformationPoliceDao.xml b/ycl-platform/src/main/resources/mapper/NewsInformationPoliceDao.xml
index 38a5160..4111482 100644
--- a/ycl-platform/src/main/resources/mapper/NewsInformationPoliceDao.xml
+++ b/ycl-platform/src/main/resources/mapper/NewsInformationPoliceDao.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.ycl.dao.NewsInformationPoliceDao">
+<mapper namespace="com.ycl.mapper.NewsInformationPoliceDao">
 
     <resultMap type="com.ycl.entity.NewsInformationPolice" id="NewsInformationPoliceMap">
         <result property="id" column="id" jdbcType="INTEGER"/>

--
Gitblit v1.8.0