教师绩效考核优化

This commit is contained in:
zhanglipeng 2021-09-17 17:55:08 +08:00
parent 9740a679af
commit bdaa5b0e0a

View File

@ -66,9 +66,10 @@
<if test="sgbl != null ">and a.sgbl = #{sgbl}</if>
<if test="wsbl != null ">and a.wsbl = #{wsbl}</if>
<if test="zfbl != null ">and a.zfbl = #{zfbl}</if>
<!-- 数据范围过滤 -->
${dataScope}
</where>
<!-- 数据范围过滤 -->
${dataScope}
order by a.create_time desc
</select>