智慧保安后台管理-验收版本
tangzy
2021-12-06 30df94c05573a426d030510d4dd58ae1d93bfb7a
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">