Blame view

cloud/search_smartCampus/src/main/resources/mapper/AttendanceMapper.xml 1.05 KB
3bc07178   陶汉栋   no message
1
2
3
4
<?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.sincere.smartSearch.mapper.AttendaceMapper">

e92e5a92   陶汉栋   增加网关负载
5
    <resultMap id="BaseResultMap"  type="com.sincere.common.dto.smartCampus.SZ_AttendanceDto">
3bc07178   陶汉栋   no message
6
7
8
9
10
11
12
13
14

        <id column="clint_id" property="clint_id"/>
        <result column="name" property="name"/>
        <result column="clint_type" property="clint_type"/>
        <result column="intime" property="intime"/>
        <result column="school_id" property="school_id"/>
        <result column="isConnection" property="isConnection"/>
        <result column="state" property="state"/>
        <result column="IsKaoqin" property="IsKaoqin"/>
79abf011   陈杰   博冠人脸机
15

3bc07178   陶汉栋   no message
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
    </resultMap>

    <select id="selectDevice" resultMap="BaseResultMap">

        select * from SZ_Attendance where clint_id = #{client_id}

    </select>


    <select id="getAttensWithIsKaoqin" resultMap="BaseResultMap">

        select * from SZ_Attendance where IsKaoqin = #{IsKaoqin}

    </select>

17788a11   陈杰   中控指纹机
31
</mapper>
59207196   徐泉   中控指纹机,考勤看板代码提交

17788a11   陈杰   中控指纹机

7a375a4f   陈杰   智能校卫 告警服务

e92e5a92   陶汉栋   增加网关负载

7a375a4f   陈杰   智能校卫 告警服务

e92e5a92   陶汉栋   增加网关负载

7a375a4f   陈杰   智能校卫 告警服务

59207196   徐泉   中控指纹机,考勤看板代码提交

3bc07178   陶汉栋   no message