zss
2024-06-17 83d43612df0238902ee1506c69e1fcc12f10a16e
performance-server/src/main/resources/mapper/AuxiliaryCorrectionHoursMapper.xml
@@ -1,7 +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.yuanchu.mom.mapper.AuxiliaryCorrectionHoursMapper">
    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.yuanchu.mom.pojo.AuxiliaryCorrectionHours">
        <id column="id" property="id" />
@@ -62,6 +61,8 @@
        </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>