Sfoglia il codice sorgente

供需列表查询返回tagentsid

吴志根 3 anni fa
parent
commit
9ca9c8ce40

+ 1 - 0
src/dsb/com/cnd3b/restcontroller/customer/supplyanddemand/SQL/供需列表查询.sql

@@ -12,6 +12,7 @@ t1.fenddate,
 t2.fagentname,
 t1.freadtimes,
 t1.tenterprise_userid,
+       t1.tagentsid,
 (select count(0) from timdialog where siteid=t1.siteid and ownertable='tsupplyanddemand' and ownerid=t1.tsupplyanddemandid) as fcommunicationtimes
 from tsupplyanddemand t1
 inner join tagents t2 on t1.siteid=t2.siteid and t1.tagentsid=t2.tagentsid