修改耗材单据bug

master
郑明梁 2 years ago
parent c6ce533caf
commit 82dbbc2129

@ -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>

Loading…
Cancel
Save