3
0
Fork 0

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

This commit is contained in:
cabbage 2025-09-23 09:27:06 +08:00
parent 31a9810193
commit f301ace9b5
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 直推级差金额比例