|
@@ -135,10 +135,6 @@ public class GLPPGFWebsitWorker {
|
|
*/
|
|
*/
|
|
@Scheduled(fixedDelayString = "${gfwww}")
|
|
@Scheduled(fixedDelayString = "${gfwww}")
|
|
private void processWebsitWorkerData() {
|
|
private void processWebsitWorkerData() {
|
|
- // 测试用
|
|
|
|
- if (1==1){
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
|
if (gfwwwc.equals(TaskConfigEnum.FALSE.getCode())){
|
|
if (gfwwwc.equals(TaskConfigEnum.FALSE.getCode())){
|
|
return;
|
|
return;
|