|
|
@@ -128,8 +128,7 @@
|
|
|
left join ins_orders io on io.orderno = iac.orderno
|
|
|
LEFT JOIN sys_user su on io.userid=su.id
|
|
|
<where>
|
|
|
- io.orderstatus = '3'
|
|
|
- and iac.orderstatus = '3'
|
|
|
+ iac.orderstatus = '3'
|
|
|
and io.licenseno is not null
|
|
|
<if test="vo.beginDate != null and vo.beginDate!='' and vo.endDate != null and vo.endDate!=''">
|
|
|
AND io.createtime BETWEEN #{vo.beginDate} AND #{vo.endDate}
|