|
|
@@ -8,6 +8,7 @@ import com.malk.taisen.service.NonPoServer;
|
|
|
import com.malk.utils.UtilMap;
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.beans.factory.annotation.Value;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
import org.springframework.scheduling.annotation.EnableScheduling;
|
|
|
import org.springframework.scheduling.annotation.Scheduled;
|
|
|
@@ -30,9 +31,15 @@ public class Time {
|
|
|
* 每半小时查询下 NPO 流程结束待推送的数据
|
|
|
*/
|
|
|
//暂不开启
|
|
|
+//
|
|
|
+// @Value(value = "${sap.QA_sapUrl_Poc}")
|
|
|
+// private String QA_sapUrl;
|
|
|
// @Scheduled(fixedRate = 1000 * 1800)
|
|
|
// public void JX() throws Exception {
|
|
|
-// nonPoServer.NonPoinsetSAP0005list();
|
|
|
+// // nonPoServer.NonPoinsetSAP0005list();
|
|
|
+//
|
|
|
+// System.out.println("QA_sapUrl:"+QA_sapUrl);
|
|
|
+//
|
|
|
// }
|
|
|
|
|
|
}
|