绩效公示详情

liweidong
maxiangong 1 month ago
parent 9746de417a
commit ef83665065
  1. 3
      blade-service/blade-desk/src/main/java/org/springblade/desk/efficiency/mapper/EfficiencyTaskMapper.xml

@ -100,6 +100,9 @@
<if test="status!=null">
and t.status = #{status}
</if>
<if test="yearMonth!=null">
and t.YEAR_MONTH = #{yearMonth}
</if>
</where>
<choose>
<when test="orderByField != null and orderByField != ''">

Loading…
Cancel
Save