This commit is contained in:
2023-06-03 11:37:15 +08:00
parent d71b3bb014
commit 846572d0f5
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ public class MainDemo {
testMerchant();
//若是技术性渠道商为其它商户提供服务功能,请使用多商户模式
// testMultiMerchant();
testMultiMerchant();
}
public static void testMerchant() throws Exception {

View File

@@ -1168,7 +1168,6 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
if (StringUtils.isBlank(transactionCode)) {
return resultList;
}
// logger.info("transactionCode:{}", transactionCode);
String pileConnectorCode = transactionCode.substring(0, 16);
String redisKey = CacheConstants.PILE_REAL_TIME_MONITOR_DATA + pileConnectorCode + "_" + transactionCode;
// 拿到所有数据