jiapeng 7 vuotta sitten
vanhempi
commit
93e98bf52d

+ 0 - 1
src/main/java/com/ekexiu/portal/service/ArticleService.java

630
						this.articleOrgDao.insert(con, articleOrg);
630
						this.articleOrgDao.insert(con, articleOrg);
631
					}
631
					}
632
				}
632
				}
633
				return article.getArticleId();
634
			} else {
633
			} else {
635
				throw new JfwBaseException(-2, "bad parameter:articleId");
634
				throw new JfwBaseException(-2, "bad parameter:articleId");
636
			}
635
			}