## 恢复升级专区处理;

This commit is contained in:
cabbage 2025-06-09 20:38:32 +08:00
parent cf532f5980
commit cfcfa585e5
1 changed files with 5 additions and 4 deletions

View File

@ -129,10 +129,11 @@ public enum ESpecialArea {
* @return
*/
public static int getRetailSpecialAreaValue(Integer value) {
if (RETAIL_REGISTER.getValue() == value
|| RETAIL_UPGRADE.getValue() == value) {
return RETAIL_REGISTER.getValue();
}
// 升级专区恢复此处不需要转换
// if (RETAIL_REGISTER.getValue() == value
// || RETAIL_UPGRADE.getValue() == value) {
// return RETAIL_REGISTER.getValue();
// }
return value;
}