From e2af8608c0d243c6ec061791197fd446b4401b8a Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 25 十二月 2024 13:37:01 +0800 Subject: [PATCH] 1.统计报表-历史合伙人可查 2.小程序-花店:分类按照售罄放到最下面 3.小程序-合伙人:质检按照仓库排序 --- src/main/java/com/mzl/flower/constant/LockConstants.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/mzl/flower/constant/LockConstants.java b/src/main/java/com/mzl/flower/constant/LockConstants.java index d8f300c..4d82e63 100644 --- a/src/main/java/com/mzl/flower/constant/LockConstants.java +++ b/src/main/java/com/mzl/flower/constant/LockConstants.java @@ -3,6 +3,10 @@ public class LockConstants { // 钱包ID锁 - public static final String WALLET_ID_KEY = "WALLET_ID_KEY:%s"; + public static final String WALLET_ID_KEY = "com:mzl:flower:constant:WALLET_ID_KEY:%s"; + + public static final String WALLET_SUPPLIER_ID_KEY = "com:mzl:flower:constant:WALLET_SUPPLIER_ID_KEY:%s"; + + public static final String WALLET_WITHDRAW_RECORD_KEY = "com:mzl:flower:constant:WALLET_WITHDRAW_RECORD_KEY:%s"; } -- Gitblit v1.9.3