教师绩效考核优化
This commit is contained in:
parent
9740a679af
commit
bdaa5b0e0a
@ -66,9 +66,10 @@
|
|||||||
<if test="sgbl != null ">and a.sgbl = #{sgbl}</if>
|
<if test="sgbl != null ">and a.sgbl = #{sgbl}</if>
|
||||||
<if test="wsbl != null ">and a.wsbl = #{wsbl}</if>
|
<if test="wsbl != null ">and a.wsbl = #{wsbl}</if>
|
||||||
<if test="zfbl != null ">and a.zfbl = #{zfbl}</if>
|
<if test="zfbl != null ">and a.zfbl = #{zfbl}</if>
|
||||||
</where>
|
|
||||||
<!-- 数据范围过滤 -->
|
<!-- 数据范围过滤 -->
|
||||||
${dataScope}
|
${dataScope}
|
||||||
|
</where>
|
||||||
order by a.create_time desc
|
order by a.create_time desc
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user