|
|
@@ -951,8 +951,8 @@
|
|
|
and iac.id = #{orderQueryVo.orderNo}
|
|
|
</if>
|
|
|
|
|
|
- <if test="orderQueryVo.source != null and orderQueryVo.source != ''">
|
|
|
- and dept.management_source = #{orderQueryVo.orderNo.source}
|
|
|
+ <if test="orderQueryVo.managementSource != null and orderQueryVo.managementSource != ''">
|
|
|
+ and dept.management_source = #{orderQueryVo.managementSource}
|
|
|
</if>
|
|
|
|
|
|
<if test="orderQueryVo.deptId != null and orderQueryVo.deptId != ''">
|
|
|
@@ -1077,11 +1077,9 @@
|
|
|
<if test="orderQueryVo.orderNo != null and orderQueryVo.orderNo != ''">
|
|
|
and iac.id = #{orderQueryVo.orderNo}
|
|
|
</if>
|
|
|
-
|
|
|
- <if test="orderQueryVo.source != null and orderQueryVo.source != ''">
|
|
|
- and dept.management_source = #{orderQueryVo.orderNo.source}
|
|
|
+ <if test="orderQueryVo.managementSource != null and orderQueryVo.managementSource != ''">
|
|
|
+ and dept.management_source = #{orderQueryVo.managementSource}
|
|
|
</if>
|
|
|
-
|
|
|
<if test="orderQueryVo.deptId != null and orderQueryVo.deptId != ''">
|
|
|
and io.deptid like "${orderQueryVo.deptId}%"
|
|
|
</if>
|