From 77db84d63aa23dfa63bdc667f73ee6507369fd9a Mon Sep 17 00:00:00 2001 From: LSH Date: 星期四, 03 十一月 2022 10:57:40 +0800 Subject: [PATCH] #pda同步优化 根据用户编号查询用户码 --- src/main/java/com/zy/asrs/service/MobileService.java | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/asrs/service/MobileService.java b/src/main/java/com/zy/asrs/service/MobileService.java index 17435af..5bf6108 100644 --- a/src/main/java/com/zy/asrs/service/MobileService.java +++ b/src/main/java/com/zy/asrs/service/MobileService.java @@ -7,6 +7,8 @@ import com.zy.asrs.entity.TestMast; import com.zy.asrs.entity.param.CombParam; import com.zy.asrs.entity.param.MobileAdjustParam; +import com.zy.asrs.entity.param.Review; +import com.zy.asrs.task.core.ReturnT; import java.util.Date; @@ -37,5 +39,6 @@ //pda鐢宠娴嬭瘯璋冪敤 void startUpTestPACK(TestMast testMast); //鏆傚仠娴嬭瘯 - void suspendTestPACK(); + void suspendTestPACK(String channel); + } -- Gitblit v1.9.1