|
@@ -46,4 +46,8 @@ public class AdvertiseImplService implements AdvertiseService {
|
|
|
public int queryAdvertiseTotal(String sqlx){
|
|
public int queryAdvertiseTotal(String sqlx){
|
|
|
return advertiseDao.queryAdvertiseTotal(sqlx);
|
|
return advertiseDao.queryAdvertiseTotal(sqlx);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public int updateState(Integer id, Integer state){
|
|
|
|
|
+ return advertiseDao.updateState(id, state);
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|