|
|
|
@@ -119,7 +119,7 @@ public class TtPoiPlanController extends BaseController { |
|
|
|
if(status == null){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"状态为空"); |
|
|
|
} |
|
|
|
if(status.intValue() != 1 || status.intValue() != 2){ |
|
|
|
if(status.intValue() != 1 && status.intValue() != 2){ |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(),"状态不规范"); |
|
|
|
} |
|
|
|
Integer takeRate = (Integer) param.get("takeRate"); |
|
|
|
|