| | |
| | | <if test="quarter != null"> |
| | | and cp.quarter = #{quarter} |
| | | </if> |
| | | <if test="districtCode!=null and districtCode!=''"> |
| | | <if test="districtCode!=null and districtCode!='' and districtCode != 65"> |
| | | and cc.district_code =#{districtCode} |
| | | </if> |
| | | <if test="deptId!=null"> |
| | |
| | | <if test="quarter!=null"> |
| | | and cp.quarter = #{quarter} |
| | | </if> |
| | | <if test="districtCode !=null and districtCode !=''"> |
| | | <if test="districtCode !=null and districtCode !='' and districtCode != 65 "> |
| | | and cp.district_code = #{districtCode} |
| | | </if> |
| | | <if test="deptId!=null"> |