wuxw7
2018-07-17 e75a487188a23511f4aff792ef40679d691000fc
CommentService/src/main/java/com/java110/comment/listener/SaveSubCommentPhotoListener.java
@@ -105,7 +105,7 @@
            JSONObject subCommentPhoto = subCommentPhotos.getJSONObject(subCommentPhotoIndex);
            Assert.jsonObjectHaveKey(subCommentPhoto,"commentPhotoTypeCd","subCommentPhoto 节点下没有包含 commentPhotoTypeCd 节点");
            subCommentPhoto.put("bId",business.getbId());
            commentServiceDaoImpl.saveSubCommentAttrInstance(subCommentPhoto);
            commentServiceDaoImpl.saveSubCommentPhotoInstance(subCommentPhoto);
        }
    }