| | |
| | | <?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.yuanchu.mom.mapper.AuxiliaryCorrectionHoursMapper"> |
| | | |
| | | <!-- 通用查询映射结果 --> |
| | | <resultMap id="BaseResultMap" type="com.yuanchu.mom.pojo.AuxiliaryCorrectionHours"> |
| | | <id column="id" property="id" /> |
| | |
| | | </if> |
| | | </select> |
| | | <select id="selDepartLimsByName" resultType="java.lang.Integer"> |
| | | select id from department_lims where name LIKE CONCAT('%', #{departLims}, '%'); |
| | | select id |
| | | from department_lims |
| | | where name LIKE CONCAT('%', #{departLims}, '%'); |
| | | </select> |
| | | </mapper> |