|
@@ -23,6 +23,6 @@ public interface AdvertiseService {
|
|
|
|
|
|
|
|
public int queryAdvertiseTotal(String sqlx);
|
|
public int queryAdvertiseTotal(String sqlx);
|
|
|
|
|
|
|
|
- public int updateState(Integer id, Integer state);
|
|
|
|
|
|
|
+ public int updateState(Integer id, Integer state,String create_time);
|
|
|
|
|
|
|
|
}
|
|
}
|