Commit ae5a293d authored by Administrator's avatar Administrator

CountyList查询方式修改为只通过taskId

parent ebff4428
......@@ -8,7 +8,7 @@ import java.util.List;
* Created by Administrator on 2018/12/19.
*/
public interface CountyService {
public List<CountyEntity> findCountyList( String taskId,String taskStateId,String cardType);
public List<CountyEntity> findCountyList( String taskId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment