|
|
@@ -781,7 +781,7 @@
|
|
|
select
|
|
|
io.orderno as orderno,
|
|
|
io.quoteno as quoteno,
|
|
|
- io.orderstatus as orderstatus,
|
|
|
+ iac.orderstatus as orderstatus,
|
|
|
io.carinfo as carinfo,
|
|
|
io.userid as userid,
|
|
|
io.username as username,
|
|
|
@@ -851,7 +851,7 @@
|
|
|
and io.deptid like "${orderQueryVo.deptId}%"
|
|
|
</if>
|
|
|
<if test="orderQueryVo.orderStatus != null and orderQueryVo.orderStatus != ''">
|
|
|
- and io.orderstatus = #{orderQueryVo.orderStatus}
|
|
|
+ and iac.orderstatus = #{orderQueryVo.orderStatus}
|
|
|
</if>
|
|
|
<if test="orderQueryVo.frameNo != null and orderQueryVo.frameNo != ''">
|
|
|
and io.frameno = #{orderQueryVo.frameNo}
|
|
|
@@ -928,7 +928,7 @@
|
|
|
and io.deptid like "${orderQueryVo.deptId}%"
|
|
|
</if>
|
|
|
<if test="orderQueryVo.orderStatus != null and orderQueryVo.orderStatus != ''">
|
|
|
- and io.orderstatus = #{orderQueryVo.orderStatus}
|
|
|
+ and iac.orderstatus= #{orderQueryVo.orderStatus}
|
|
|
</if>
|
|
|
<if test="orderQueryVo.frameNo != null and orderQueryVo.frameNo != ''">
|
|
|
and io.frameno = #{orderQueryVo.frameNo}
|