update 订单逻辑改造工厂模式

This commit is contained in:
2023-09-01 15:45:04 +08:00
parent fbe05c8c6b
commit fbe64887f5
6 changed files with 39 additions and 12 deletions

View File

@@ -110,7 +110,9 @@ public interface IPileMerchantInfoService {
String getDelayModeByWechatAppId(String wechatAppId);
/**
String getDelayModeByMerchantId(String merchantId);
/**
* 通过merchantId获取一级运营商信息
*/
PileMerchantInfo getFirstLevelMerchantByMerchantId(String merchantId);