|
|
@@ -100,7 +100,7 @@ public class FsCompanyCustomerServiceImpl implements IFsCompanyCustomerService {
|
|
|
private static final String QRC_RED_PACKAGE_CONFIG_KEY = "qrcRedPackage.config";
|
|
|
|
|
|
private static final Set<Integer> ALLOWED_STATUSES =
|
|
|
- Collections.unmodifiableSet(new HashSet<>(Arrays.asList(0, 5, 6, 7))); // 允许操作完善客户信息的状态
|
|
|
+ Collections.unmodifiableSet(new HashSet<>(Arrays.asList(0, 5, 6, 7,8))); // 允许完善客户信息的操作状态
|
|
|
|
|
|
|
|
|
|