录单
This commit is contained in:
@@ -1687,7 +1687,7 @@ public class JDUtil {
|
|||||||
|
|
||||||
public void sendOrderToWxByOrderD(String order, String fromWxid) {
|
public void sendOrderToWxByOrderD(String order, String fromWxid) {
|
||||||
|
|
||||||
if (order.equals("单-1")) {
|
if (order.equals("-1")) {
|
||||||
String today = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd "));
|
String today = LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyy-MM-dd "));
|
||||||
String redisKey = "order_count:" + today;
|
String redisKey = "order_count:" + today;
|
||||||
int count;
|
int count;
|
||||||
|
|||||||
Reference in New Issue
Block a user