帆软定时任务:主营业务收入修改为按照uuid和会计科目分组

release
路明慧 1 year ago
parent b0efe15e70
commit 7a853357e1
  1. 4
      dxhy-core/src/main/resources/mapper/frJob/QueryDetailDataDao.xml

@ -124,7 +124,7 @@
and t.invoice_type in ('01','03','08','14','31','183','185')
and d.goods_name != '(详见销货清单)'
and t.invoice_status != '2'
group by d.uuid,d.tax_rate
group by d.uuid,v.kjkmbh
</select>
<select id="getDataFromRecordXx" resultMap="RecordToQuery">
@ -283,7 +283,7 @@
and t.invoice_type in ('01','03','08','14','31','183','185')
and d.goods_name != '(详见销货清单)'
and t.invoice_status != '2'
group by d.uuid,d.tax_rate
group by d.uuid,v.kjkmbh
</select>

Loading…
Cancel
Save