教师月绩效考核-根据月份和教师自动获取一日流程得分

This commit is contained in:
zhanglipeng
2021-07-23 09:31:49 +08:00
parent 723e7e454e
commit 70d5ec51b8
3 changed files with 27 additions and 3 deletions

View File

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