## 恢复升级专区处理;
This commit is contained in:
parent
cf532f5980
commit
cfcfa585e5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue