//添加图片 public int imageAdd(String imgUrl, String orderId) { ImageDB imageDb = new ImageDB(); return(imageDb.imageCreate(imgUrl, orderId)); }