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