From 944b9017c57050989a7f7b7c71c6a5c694257ca9 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期日, 23 二月 2025 18:25:45 +0800 Subject: [PATCH] 用户端首页接口、工单列表接口定义 --- springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ProblemTypeMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ProblemTypeMapper.xml b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ProblemTypeMapper.xml index f4a1e30..fe5fb3e 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ProblemTypeMapper.xml +++ b/springcloud_k8s_panzhihuazhihuishequ/service_sangeshenbian/src/main/resources/mapper/ProblemTypeMapper.xml @@ -4,7 +4,7 @@ "http://mybatis.org/dtd/mybatis-3-mapper.dtd"> <mapper namespace="com.panzhihua.sangeshenbian.dao.ProblemTypeMapper"> - <select id="list" resultType="com.panzhihua.sangeshenbian.model.ProblemType"> + <select id="list" resultType="com.panzhihua.sangeshenbian.model.entity.ProblemType"> select * from sgsb_problem_type where del = 0 <if test="name != null and name != ''"> and name like concat('%', #{name}, '%') -- Gitblit v1.7.1