@@ -248,7 +248,7 @@ func NewProcessAnalysisParams(pastureId int64, req *operationPb.ProcessAnalysisR
}
lpPlanType := ""
- if req.PlanType == 0 {
+ if req.PlanType > 0 {
lpPlanType = fmt.Sprintf("%d", req.PlanType)
return &ProcessAnalysisParams{