一日流程评估计划管理完成

This commit is contained in:
zhanglipeng
2021-02-05 10:50:27 +08:00
parent 94cf3fa544
commit 865528266d
3 changed files with 59 additions and 20 deletions

View File

@ -25,7 +25,7 @@
<include refid="selectByDayflowassessmentplanVo"/>
<where>
<if test="deptId != null ">and dept_id = #{deptId}</if>
<if test="month != null ">and month = #{month}</if>
<if test="month != null ">and date_format(starttime,'%Y-%m') = date_format(#{month},'%Y-%m')</if>
<if test="xnxq != null and xnxq != ''">and xnxq = #{xnxq}</if>
<if test="classid != null and classid != ''">and classid = #{classid}</if>
<if test="connent != null and connent != ''">and connent = #{connent}</if>