feat(BalanceUnitPriceUtil): 更新缓存映射并调整测试日期
- 在 BalanceUnitPriceUtil 类中的 cacheShopMap 中添加了新的映射项 - 修改了 SoSaleOutPluginInitializerToBTest测试类中的测试日期
This commit is contained in:
parent
01222942a4
commit
382154edcf
|
@ -40,6 +40,8 @@ public class BalanceUnitPriceUtil {
|
||||||
cacheShopMap.put("hzz", "hzz");
|
cacheShopMap.put("hzz", "hzz");
|
||||||
cacheShopMap.put("pdd-gunanxi", "pdd-gunanxi");
|
cacheShopMap.put("pdd-gunanxi", "pdd-gunanxi");
|
||||||
cacheShopMap.put("pdd-yanxi", "pdd-yanxi");
|
cacheShopMap.put("pdd-yanxi", "pdd-yanxi");
|
||||||
|
cacheShopMap.put("pdd-taoxi", "pdd-taoxi");
|
||||||
|
cacheShopMap.put("DLTer", "DLTer");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -84,7 +84,7 @@ public class SoSaleOutPluginInitializerToBTest {
|
||||||
|
|
||||||
// String aaa = "LETS-SH2024102300043720";
|
// String aaa = "LETS-SH2024102300043720";
|
||||||
// soSaleOutPluginInitializerToB.startImplementByCode(aaa, "stock");
|
// soSaleOutPluginInitializerToB.startImplementByCode(aaa, "stock");
|
||||||
soSaleOutPluginInitializerToB.startImplementByTranTime("2024-10-23 00:00:00", "2024-10-23 23:59:59");
|
soSaleOutPluginInitializerToB.startImplementByTranTime("2024-10-28 00:00:00", "2024-10-28 23:59:59");
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue