智慧保安后台管理-外网
Administrator
2021-08-19 6bd7ffcfcb0b5fb8dd1a5e95e78b07d9bb161f19
src/main/java/org/springblade/modules/seinspect/mapper/SeinspectMapper.xml
@@ -13,11 +13,12 @@
        <result column="reviewTime" property="reviewtime"/>
        <result column="insid" property="insid"/>
        <result column="examination_type" property="examinationType"/>
        <result column="url" property="url"/>
    </resultMap>
    <select id="selectSeinspectPage" resultMap="seinspectResultMap">
        select * from sys_seinspect where is_deleted = 0
        select * from sys_seinspect
    </select>
</mapper>