| | |
| | | <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"> |