|
|
@@ -21,5 +21,7 @@ public interface CostAnnualPlanDao extends BaseMapper<CostAnnualPlan> {
|
|
|
, @Param("countyCode") String countyCode
|
|
|
, @Param("planYear") String planYear
|
|
|
, @Param("areaCode") String areaCode
|
|
|
- , @Param("projectName") String projectName);
|
|
|
+ , @Param("projectName") String projectName
|
|
|
+ ,@Param("initiationStatus") Integer initiationStatus
|
|
|
+ );
|
|
|
}
|