Administrator
2021-07-22 fd72a9045a8fc437b8c28bac0bdc98e0d29aa441
src/main/java/org/springblade/modules/apply/mapper/ApplyMapper.xml
@@ -75,4 +75,9 @@
            and candidate_no like concat('%', #{result},'%')
        </if>
    </select>
    <!--获取公司集体报名的人数-->
    <select id="getApplyNum" resultType="java.lang.Integer">
        select count(*) from sys_apply where apply_code = #{applyCode}
    </select>
</mapper>