2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2021-11-30 77d75870f40cc677c7652c7d8694da1d7eb45834
dao/src/main/resources/mapper/AdvisementPlayerMapper.xml
@@ -8,8 +8,8 @@
        <id property="id" column="id" jdbcType="BIGINT"/>
        <result property="macAddress" column="mac_address" jdbcType="VARCHAR"/>
        <result property="belongTo" column="belong_to" jdbcType="VARCHAR"/>
        <result property="equipmentState" column="equipment_state" jdbcType="VARCHAR"/>
        <result property="bindingState" column="binding_state" jdbcType="VARCHAR"/>
        <result property="equipmentState" column="equipment_state" jdbcType="INTEGER"/>
        <result property="bindingState" column="binding_state" jdbcType="INTEGER"/>
        <result property="task" column="task" jdbcType="VARCHAR"/>
        <result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
    </resultMap>