From f90b37cb8990d8e9dd05774a004c64fadfc3c362 Mon Sep 17 00:00:00 2001
From: wl <173@qq.com>
Date: 星期二, 10 一月 2023 11:48:18 +0800
Subject: [PATCH] fix: 消息接受栏目设置和用户消息查询
---
ycl-platform/src/main/resources/mapper/writ/WritTemplateMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/resources/mapper/writ/WritTemplateMapper.xml b/ycl-platform/src/main/resources/mapper/writ/WritTemplateMapper.xml
index aa5974b..158a386 100644
--- a/ycl-platform/src/main/resources/mapper/writ/WritTemplateMapper.xml
+++ b/ycl-platform/src/main/resources/mapper/writ/WritTemplateMapper.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.mapper.writ.WritTemplateMapper">
+<mapper namespace="com.ycl.mapper.WritTemplateMapper">
<!-- 閫氱敤鏌ヨ鏄犲皠缁撴灉 -->
<resultMap id="BaseResultMap" type="com.ycl.entity.writ.WritTemplate">
--
Gitblit v1.8.0