Merge remote-tracking branch 'origin/2.0-dev' into 2.0-dev

new-dev
袁野 12 months ago
parent 3da709c3ec
commit 6f3b928ada
  1. 2
      hai-bweb/src/main/java/com/bweb/controller/HighTestController.java
  2. 8
      hai-schedule/src/main/java/com/hai/schedule/HighGasSchedule.java
  3. 2
      hai-service/src/main/java/com/hai/enum_type/MerchantStoreSourceType.java
  4. 1
      hai-service/src/main/java/com/hai/service/impl/HighDiscountAgentCodeServiceImpl.java
  5. 2
      hai-service/src/main/resources/prod/commonConfig.properties

File diff suppressed because one or more lines are too long

@ -158,10 +158,10 @@ public class HighGasSchedule {
// gasService.getPayloAllStation(); // gasService.getPayloAllStation();
// } // }
@Scheduled(cron = "5 0 0 * * ?") // 每日凌晨00:00:5执行一次 // @Scheduled(cron = "5 0 0 * * ?") // 每日凌晨00:00:5执行一次
public void getDianAllStation() throws Exception { // public void getDianAllStation() throws Exception {
gasService.getDianAllStation(); // gasService.getDianAllStation();
} // }
} }

@ -13,7 +13,7 @@ public enum MerchantStoreSourceType {
type4(4, "金猪加油", "金猪加油"), type4(4, "金猪加油", "金猪加油"),
type5(5, "paylo", "四川壳牌"), type5(5, "paylo", "四川壳牌"),
type6(6, "点点网络", "团油"), type6(6, "点点网络", "团油"),
type7(7, "油卡站点", "自建站"), type7(7, "卡优同城", "自建站"),
; ;
private Integer number; private Integer number;

@ -375,7 +375,6 @@ public class HighDiscountAgentCodeServiceImpl implements HighDiscountAgentCodeSe
discountAgentCode.setExt2(tradeId); discountAgentCode.setExt2(tradeId);
updateCode(discountAgentCode); updateCode(discountAgentCode);
} }
} }
} else { } else {
// 加锁失败,重试 // 加锁失败,重试

@ -142,7 +142,7 @@ ScPetroAppid = 510000526745391907
ScPetroAppKey = 5100006xmbmM2NBpm5HXT ScPetroAppKey = 5100006xmbmM2NBpm5HXT
ScPetroAesKey = AueRgSEVwPg87ebYhbYvfxMM3XAkvimu ScPetroAesKey = AueRgSEVwPg87ebYhbYvfxMM3XAkvimu
#ScPetroUrl = http://43.136.176.177:8081/hd-api/out/ #ScPetroUrl = http://43.136.176.177:8081/hd-api/out/
#ScPetroAppid = 510000313181602615 #ScPetroAppid = 5100003131816026151
#ScPetroAppKey = 510000kA5kxtaDnx3V6HE #ScPetroAppKey = 510000kA5kxtaDnx3V6HE
#ScPetroAesKey = AptFsUgpgAij3evH7rm4ubTKu5viSx9U #ScPetroAesKey = AptFsUgpgAij3evH7rm4ubTKu5viSx9U

Loading…
Cancel
Save