文件名从 src/main/resources/com/job/zsc/mapper/SqlMapper.xml 修改 |
| | |
| | | <!DOCTYPE mapper |
| | | PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" |
| | | "https://mybatis.org/dtd/mybatis-3-mapper.dtd"> |
| | | <mapper namespace="com.job.zsc.mapper.SqlMapper"> |
| | | <mapper namespace="com.flightfeather.monitor.mapper.SqlMapper"> |
| | | |
| | | <select id="list" resultType="com.job.zsc.pojo.OriginalData"> |
| | | <select id="list" resultType="com.flightfeather.monitor.pojo.OriginalData"> |
| | | select * from ed_data |
| | | <where> |
| | | <if test="shopname != null and shopname != '' "> |
| | |
| | | |
| | | |
| | | |
| | | <select id="findByForm" resultType="com.job.zsc.pojo.OriginalData"> |
| | | <select id="findByForm" resultType="com.flightfeather.monitor.pojo.OriginalData"> |
| | | select * from ed_data |
| | | <where> |
| | | <if test="name != null and name != '' "> |