Commit 1fe6ae72 by 阮思源

Merge branch 'fix-rsy' into 'master'

修改下bug

See merge request rays/pcloud-book!309
parents f8066cc0 26926543
......@@ -707,7 +707,6 @@ public class BookGroupDTO extends BaseDto {
", bookGroupServes=" + bookGroupServes +
", assocState=" + assocState +
", belongSpecialAgent=" + belongSpecialAgent +
'}';
", shortBookName='" + shortBookName + '\'' +
", graLabelId=" + graLabelId +
", subLabelId=" + subLabelId +
......
......@@ -409,7 +409,6 @@ public class BookGroup extends BaseEntity {
", isSomeUpdate=" + isSomeUpdate +
", agentId=" + agentId +
", belongSpecialAgent=" + belongSpecialAgent +
'}';
", shortBookName='" + shortBookName + '\'' +
"} " + super.toString();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment