|
|
update temporary_receivables x ,(select a.id from temporary_receivables a left join (select * from (select order_no,amount,aid,count(*) counts from temporary_receivables
|
|
update temporary_receivables x ,(select a.id from temporary_receivables a left join (select * from (select order_no,amount,aid,count(*) counts from temporary_receivables
|
|
|
group by order_no,amount,aid)a where a.counts>1 and a.aid= #{aid} ) b on a.order_no=b.order_no
|
|
group by order_no,amount,aid)a where a.counts>1 and a.aid= #{aid} ) b on a.order_no=b.order_no
|