|
@@ -209,9 +209,6 @@
|
|
|
RIGHT JOIN ins_area_company iac ON iac.orderno = io.orderno
|
|
RIGHT JOIN ins_area_company iac ON iac.orderno = io.orderno
|
|
|
WHERE
|
|
WHERE
|
|
|
iac.orderstatus in (1,2,3)
|
|
iac.orderstatus in (1,2,3)
|
|
|
- <if test="quTeamNumDto.deptId != null and quTeamNumDto.deptId != ''">
|
|
|
|
|
- and io.deptid = #{quTeamNumDto.deptId}
|
|
|
|
|
- </if>
|
|
|
|
|
<if test="quTeamNumDto.createTimeStart != null">
|
|
<if test="quTeamNumDto.createTimeStart != null">
|
|
|
and io.createtime >= #{quTeamNumDto.createTimeStart}
|
|
and io.createtime >= #{quTeamNumDto.createTimeStart}
|
|
|
</if>
|
|
</if>
|
|
@@ -293,9 +290,6 @@
|
|
|
RIGHT JOIN ins_area_company iac ON iac.orderno = io.orderno
|
|
RIGHT JOIN ins_area_company iac ON iac.orderno = io.orderno
|
|
|
WHERE
|
|
WHERE
|
|
|
iac.orderstatus in (1,2,3)
|
|
iac.orderstatus in (1,2,3)
|
|
|
- <if test="quTeamNumDto.deptId != null and quTeamNumDto.deptId != ''">
|
|
|
|
|
- and io.deptid = #{quTeamNumDto.deptId}
|
|
|
|
|
- </if>
|
|
|
|
|
<if test="quTeamNumDto.createTimeStart != null">
|
|
<if test="quTeamNumDto.createTimeStart != null">
|
|
|
and io.createtime >= #{quTeamNumDto.createTimeStart}
|
|
and io.createtime >= #{quTeamNumDto.createTimeStart}
|
|
|
</if>
|
|
</if>
|