pull/1121/head
梁宇奇 2025-08-15 13:28:07 +08:00
parent 0468bb45c2
commit ca9f0772b9
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ public class ZtoExpressManagerImpl implements ExpressManager, InitializingBean {
}
for (String waybillNo : waybillNos) {
//从缓存中获取
String rtn = redisCache.getCacheObject("ZTO_" + waybillNo);
String rtn = redisCache.getCacheObject("ZTO-" + waybillNo);
if (StrUtil.isEmpty(rtn)) {
throw new ServiceException("中通订单打印失败,未能获取面单");
}