Browse Source

扫描设备更新活动bug

吴志根 3 years ago
parent
commit
1abdef8781

+ 1 - 0
src/dsb/com/cnd3b/restcontroller/enterprise/activity/scanning.java

@@ -71,6 +71,7 @@ public class scanning extends Controller {
             tscanning.setValue("createdate", sysdate, 11L);
         } else {
             tscanning = tscanningSet.getPao(0);
+            tscanning.setValue("tactivityid", tactivityid, 11L);
         }
         tscanning.setValue("flocation", flocation, 11L);
         tscanning.setValue("fnotes", fnotes, 11L);