XMTT 7 年 前
コミット
6f8c2b58b5
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/main/java/com/ekexiu/console/system/service/ArticleService.java

+ 2 - 2
src/main/java/com/ekexiu/console/system/service/ArticleService.java

@ -230,7 +230,7 @@ public class ArticleService {
230 230
            this.articleDao.updateStatus(con, articleIds, "3");
231 231
            con.commit();
232 232
            for (String articleId : articleIds) {
233
                http.post("http://www.ekexiu.com:81/ajax/cms", "t=Article" + "&k=" + articleId, null);
233
                http.post("http://www.ekexiu.com/ajax/cms", "t=Article" + "&k=" + articleId, null);
234 234
            }
235 235
        } catch (JfwBaseException | IOException e) {
236 236
            try {
@ -321,7 +321,7 @@ public class ArticleService {
321 321
                throw new JfwBaseException(-2, "bad parameter:articleId");
322 322
            }
323 323
            con.commit();
324
            http.post("http://www.ekexiu.com:81/ajax/cms", "t=Article" + "&k=" + articleId, null);
324
            http.post("http://www.ekexiu.com/ajax/cms", "t=Article" + "&k=" + articleId, null);
325 325
        } catch (SQLException | IOException | JfwBaseException e) {
326 326
            try {
327 327
                con.rollback();