|
|
@@ -2561,8 +2561,8 @@
|
|
|
|
|
|
|
|
|
<select id="getSubOrderCountDTO" resultType="com.ydtech.modules.order.entity.dto.SubOrderCountDTO">
|
|
|
- select orderno, orderstatus, count(*)
|
|
|
- from (select orderno, company_id, orderstatus as count
|
|
|
+ select orderno, orderstatus, count(*) as count
|
|
|
+ from (select orderno, company_id, orderstatus
|
|
|
from ins_area_company
|
|
|
where orderno in
|
|
|
<foreach collection="orderNo" open="(" separator="," close=")" item="item" index="index">
|