Administrator
2021-08-13 d35732cfbf365e7ef423159a041408dfbe599d43
src/main/java/org/springblade/modules/permit/mapper/PermitMapper.xml
@@ -28,6 +28,7 @@
        <result column="representativecell" property="representativecell"/>
        <result column="contacts" property="contacts"/>
        <result column="contactscell" property="contactscell"/>
        <result column="reason" property="reason"/>
    </resultMap>
@@ -36,7 +37,7 @@
    </select>
    <select id="selectIn" resultType="java.util.HashMap">
        select * from sys_permit where storage=0 and cardid=#{cardid}
        select * from sys_permit where storage=0 and deptid=#{cardid}
    </select>
</mapper>