Browse Source

扫码枪列表新增活动ID

沈静伟 3 years ago
parent
commit
8349e303ab

+ 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$