|
|
@ -15,9 +15,9 @@
|
|
|
|
ip.expireDate,
|
|
|
|
ip.expireDate,
|
|
|
|
bp.ylqxzcrbarmc,
|
|
|
|
bp.ylqxzcrbarmc,
|
|
|
|
bp.zczbhhzbapzbh,
|
|
|
|
bp.zczbhhzbapzbh,
|
|
|
|
ip.inCount,
|
|
|
|
sum(ip.inCount) as inCount,
|
|
|
|
ip.outCount,
|
|
|
|
sum(ip.outCount) as outCount,
|
|
|
|
ip.reCount,
|
|
|
|
sum(ip.reCount)as reCount,
|
|
|
|
ip.customerId,
|
|
|
|
ip.customerId,
|
|
|
|
basic_corp.name supName,
|
|
|
|
basic_corp.name supName,
|
|
|
|
ip.supId,
|
|
|
|
ip.supId,
|
|
|
@ -79,7 +79,7 @@
|
|
|
|
</foreach>
|
|
|
|
</foreach>
|
|
|
|
</if>
|
|
|
|
</if>
|
|
|
|
</where>
|
|
|
|
</where>
|
|
|
|
group by ip.id
|
|
|
|
group by ip.relIdFk
|
|
|
|
order by ip.updateTime desc
|
|
|
|
order by ip.updateTime desc
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|