Browse Source

更新文件 AdvertiseDao.java

陈士柏 2 years ago
parent
commit
a4f39a804e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mhotel/src/com/happy/dao/AdvertiseDao.java

+ 1 - 1
mhotel/src/com/happy/dao/AdvertiseDao.java

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