Commit cd4c5a22 authored by 赵啸非's avatar 赵啸非

修改本月统计

parent 7a575470
......@@ -52,7 +52,7 @@
<if test="staffName != null and staffName!=''"> AND s.staffName like #{staffName}</if>
<if test="phoneNumer != null and phoneNumer!=''"> AND s.phoneNumer like #{phoneNumer}</if>
<if test="deptId != null and deptId!=''"> AND s.deptId = #{deptId}</if>
<if test="idList != null and idList.length>0">
<if test="idList != null and idList.size>0">
and a.id in
<foreach collection="idList" open="(" close=")" index="index" item="item" separator=",">
#{item}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment