| | |
| | | <if test="orgid != null and orgid != ''"> |
| | | AND orgid = #{orgid} |
| | | </if> |
| | | <if test="deptcodes != null ">and deptcode in |
| | | <if test="deptcodes != null and deptcodes.size() > 0">and deptcode in |
| | | <foreach collection="deptcodes" item="deptcode" open="(" separator="," close=")"> |
| | | #{deptcode} |
| | | </foreach> |
| | | </if> |
| | | <if test="drCodes != null ">and drcode in |
| | | <if test="drCodes != null and drCodes.length > 0">and drcode in |
| | | <foreach collection="drCodes" item="drCode" open="(" separator="," close=")"> |
| | | #{drCode} |
| | | </foreach> |
| | |
| | | <if test="orgid != null and orgid != ''"> |
| | | AND orgid = #{orgid} |
| | | </if> |
| | | <if test="deptcodes != null ">and leaveldeptcode in |
| | | <if test="deptcodes != null and deptcodes.size() > 0">and leaveldeptcode in |
| | | <foreach collection="deptcodes" item="deptcode" open="(" separator="," close=")"> |
| | | #{deptcode} |
| | | </foreach> |
| | | </if> |
| | | <if test="drCodes != null ">and drcode in |
| | | <if test="drCodes != null and drCodes.length > 0">and drcode in |
| | | <foreach collection="drCodes" item="drCode" open="(" separator="," close=")"> |
| | | #{drCode} |
| | | </foreach> |