## 提货基数改为2的倍数;

This commit is contained in:
cabbage 2025-09-23 09:27:06 +08:00
parent 078c9f1818
commit 3d82634a20
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ public class RetailConstants {
/**
* 分公司提货产品基数
*/
public static final Integer PICK_BASE = 4;
public static final Integer PICK_BASE = 2;
/**
* 2025.08.21 直推级差金额比例