luofl
2025-02-23 9ff71e0d63c963f2c2c48facdf2336c558ba7100
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}, '%')