Browse Source

供需列表及详情查询新增创建者名称

沈静伟 4 years ago
parent
commit
36977f6553

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

@@ -5,6 +5,7 @@ t1.ftype,
 t1.ftitle,
 t1.fcontent,
 t1.fstatus,
+t1.createby,
 t1.checkdate,
 t1.fenddate,
 t2.fagentname,

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/customer/supplyanddemand/SQL/供需详情查询.sql

@@ -1,5 +1,5 @@
 select t1.tsupplyanddemandid, t1.ftitle,t1.fissupply,
-       t1.ftype, t1.fstatus, t1.checkdate,
+       t1.ftype, t1.fstatus,t1.createby, t1.checkdate,
        t1.fenddate,t1.tcooperationagentsid,t2.fagentname,t3.fname,t3.fphonenumber,
        t1.fcontent,t1.tenterprise_userid,
        t1.freadtimes,