mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -17,7 +17,7 @@ public class MainDemo {
|
|||||||
testMerchant();
|
testMerchant();
|
||||||
|
|
||||||
//若是技术性渠道商为其它商户提供服务功能,请使用多商户模式
|
//若是技术性渠道商为其它商户提供服务功能,请使用多商户模式
|
||||||
// testMultiMerchant();
|
testMultiMerchant();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void testMerchant() throws Exception {
|
public static void testMerchant() throws Exception {
|
||||||
|
|||||||
@@ -1168,7 +1168,6 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
|||||||
if (StringUtils.isBlank(transactionCode)) {
|
if (StringUtils.isBlank(transactionCode)) {
|
||||||
return resultList;
|
return resultList;
|
||||||
}
|
}
|
||||||
// logger.info("transactionCode:{}", transactionCode);
|
|
||||||
String pileConnectorCode = transactionCode.substring(0, 16);
|
String pileConnectorCode = transactionCode.substring(0, 16);
|
||||||
String redisKey = CacheConstants.PILE_REAL_TIME_MONITOR_DATA + pileConnectorCode + "_" + transactionCode;
|
String redisKey = CacheConstants.PILE_REAL_TIME_MONITOR_DATA + pileConnectorCode + "_" + transactionCode;
|
||||||
// 拿到所有数据
|
// 拿到所有数据
|
||||||
|
|||||||
Reference in New Issue
Block a user