src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -303,4 +303,10 @@ and dept_id=#{deptid} </if> </select> <!--查询当前年份已有的保安证编号--> <select id="getSecurityPaperCount" resultType="java.lang.Integer"> select count(*) from blade_user where securitynumber like concat('%', #{pre},'%') </select> </mapper>