智慧保安后台管理项目备份
zhongrj
2024-05-24 b5960d1968e007b91d4d33dd7cbb74f1b566f2c1
src/main/java/org/springblade/modules/performance/mapper/PerformanceMapper.xml
@@ -12,13 +12,15 @@
        <result column="score" property="score"/>
        <result column="time" property="time"/>
        <result column="departmentid" property="departmentid"/>
        <result column="jurisdiction" property="jurisdiction"/>
        <result column="departmentName" property="departmentName"/>
        <result column="cardid" property="cardid"/>
    </resultMap>
    <select id="selectPerformancePage" resultMap="performanceResultMap">
        select * from sys_performance
        select * from sys_performance where securityId = #{performance.securityid}
    </select>
    <!--查询本年所有月份的表现差的数量-->
    <select id="queryYearPer" resultType="java.util.HashMap">