|
|
@@ -2,6 +2,7 @@ package com.ningdatech.pmapi.common.statemachine.util; |
|
|
|
|
|
|
|
import com.ningdatech.basic.exception.BizException; |
|
|
|
import com.ningdatech.pmapi.common.constant.ProjectDeclareConst; |
|
|
|
import com.ningdatech.pmapi.common.constant.RegionConst; |
|
|
|
import com.ningdatech.pmapi.common.constant.StateMachineConst; |
|
|
|
import com.ningdatech.pmapi.common.statemachine.builder.ProjectDeclareStateMachineBuilder; |
|
|
|
import com.ningdatech.pmapi.common.statemachine.event.ProjectStatusChangeEvent; |
|
|
@@ -118,7 +119,7 @@ public class StateMachineUtils { |
|
|
|
*/ |
|
|
|
public static boolean isCityProject(Project project) { |
|
|
|
String areaCode = project.getAreaCode(); |
|
|
|
if (areaCode.equals(StateMachineConst.LI_SHUI_CITY_AREA_CODE)) { |
|
|
|
if (areaCode.equals(RegionConst.RC_LS)) { |
|
|
|
return true; |
|
|
|
} |
|
|
|
return false; |
|
|
|