瀏覽代碼

扫码枪列表新增活动ID

沈静伟 3 年之前
父節點
當前提交
8349e303ab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/dsb/com/cnd3b/restcontroller/enterprise/activity/SQL/扫码枪列表查询.sql

+ 1 - 1
src/dsb/com/cnd3b/restcontroller/enterprise/activity/SQL/扫码枪列表查询.sql

@@ -1,3 +1,3 @@
-select t1.fecid,t1.flocation,t1.fnotes,t1.createdate,t2.ftitle from tscanning t1
+select t1.fecid,t1.flocation,t1.fnotes,t1.createdate,t2.ftitle,t2.tactivityid from tscanning t1
 inner join tactivity t2 on t1.siteid=t2.siteid and t1.tactivityid=t2.tactivityid
 where $where$ and t1.siteid=$siteid$