Просмотр исходного кода

供需列表查询新增经销商ID

沈静伟 4 лет назад
Родитель
Сommit
1ec18a9c17

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

@@ -1,6 +1,6 @@
 select t1.tsupplyanddemandid, t1.ftitle,t1.fissupply,
        t1.ftype, t1.fstatus, t1.checkby, t1.checkdate,
-       t1.fenddate,t1.tcooperationagentsid,t2.fagentname,t3.fname,t3.fphonenumber,
+       t1.fenddate,t1.tcooperationagentsid,t2.fagentname,t3.fname,t3.fphonenumber,t1.tagentsid,
        t4.fagentname as fcooperationagentname,10 as fcommunicationtimes
 from tsupplyanddemand t1
 inner join tagents t2 on t1.siteid=t2.siteid and t1.tagentsid=t2.tagentsid