Browse Source

Merge branch 'zhongqi-lakala-jingjian' into dev

shizhongqi 1 month ago
parent
commit
4c6e24798f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-hd/birthday/classes/BirthdayGiftClass.php

+ 1 - 1
biz-hd/birthday/classes/BirthdayGiftClass.php

@@ -335,7 +335,7 @@ class BirthdayGiftClass extends BaseClass
 
 
     private static function getWorkbenchSummaryCacheKey($shopId)
     private static function getWorkbenchSummaryCacheKey($shopId)
     {
     {
-        return 'hd_birthdayGift_workbenchSummary:' . '_' . intval($shopId) . ':' . date('Ymd');
+        return 'hd_birthdayGift_workbenchSummary:' . intval($shopId) . ':' . date('Ymd');
     }
     }
 
 
     public static function clearWorkbenchSummaryCache($shopId)
     public static function clearWorkbenchSummaryCache($shopId)