Skip to content

Commit

Permalink
[FIX]修复BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Exrick committed Aug 28, 2018
1 parent 2e172ff commit 969ef8f
Show file tree
Hide file tree
Showing 18 changed files with 103 additions and 267 deletions.
134 changes: 100 additions & 34 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class IPInfoUtil {
/**
* Mob全国天气预报接口
*/
private final static String GET_WEATHER="http://apicloud.mob.com/v1/weather/ip?key="+APPKEY+"&ip=";
private final static String GET_WEATHER="http://apicloud.mob.com/v1/weather/ip?key="+ APPKEY +"&ip=";

/**
* 获取客户端IP地址
Expand Down
14 changes: 0 additions & 14 deletions xmall-common/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-content/xmall-content-interface/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-content/xmall-content-service/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-front-web/src/main/resources/rebel.xml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package cn.exrick.manager.task;

import cn.exrick.manager.service.OrderService;
import cn.hutool.core.date.DateUtil;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -24,7 +25,7 @@ public class CancelOrderJob {
@Scheduled(cron = "0 0 */1 * * ?")
public void run() {

log.info("执行了自动取消订单定时任务");
log.info("执行了自动取消订单定时任务 - " + DateUtil.now());
orderService.cancelOrder();
}
}
21 changes: 0 additions & 21 deletions xmall-manager-web/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-manager/xmall-manager-dao/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-manager/xmall-manager-interface/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-manager/xmall-manager-pojo/src/main/resources/rebel.xml

This file was deleted.

21 changes: 0 additions & 21 deletions xmall-manager/xmall-manager-service/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-parent/.rebel.xml.bak

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-parent/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-search/.rebel.xml.bak

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-search/xmall-search-interface/src/main/resources/rebel.xml

This file was deleted.

21 changes: 0 additions & 21 deletions xmall-search/xmall-search-service/src/main/resources/rebel.xml

This file was deleted.

14 changes: 0 additions & 14 deletions xmall-sso/xmall-sso-interface/src/main/resources/rebel.xml

This file was deleted.

0 comments on commit 969ef8f

Please sign in to comment.