打印完善
This commit is contained in:
@@ -41,7 +41,7 @@ public interface RedisCst {
|
||||
}
|
||||
|
||||
|
||||
static String getPrintOrderDetailKey(Long orderId) {
|
||||
return PRINT_ORDER_DETAIL + orderId;
|
||||
static String getPrintOrderDetailKey(Long orderId, Long detailId) {
|
||||
return PRINT_ORDER_DETAIL + orderId + ":" + detailId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user