| | |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'"> |
| | | AND user.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | <if test="deptid!=null and deptid==''"> |
| | | <if test="deptid!=null and deptid!=''"> |
| | | AND user.dept_id = #{deptid} |
| | | </if> |
| | | GROUP BY |
| | |
| | | <if test="jurisdiction!=null and jurisdiction=='' and jurisdiction!='1123598813738675201'"> |
| | | AND user.jurisdiction = #{jurisdiction} |
| | | </if> |
| | | <if test="deptid!=null and deptid==''"> |
| | | <if test="deptid!=null and deptid!=''"> |
| | | AND user.dept_id = #{deptid} |
| | | </if> |
| | | GROUP BY |