## 提货基数改为2的倍数;
This commit is contained in:
parent
078c9f1818
commit
3d82634a20
|
@ -12,7 +12,7 @@ public class RetailConstants {
|
|||
/**
|
||||
* 分公司提货产品基数
|
||||
*/
|
||||
public static final Integer PICK_BASE = 4;
|
||||
public static final Integer PICK_BASE = 2;
|
||||
|
||||
/**
|
||||
* 2025.08.21 直推级差金额比例
|
||||
|
|
Loading…
Reference in New Issue