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 { ...@@ -707,7 +707,6 @@ public class BookGroupDTO extends BaseDto {
", bookGroupServes=" + bookGroupServes + ", bookGroupServes=" + bookGroupServes +
", assocState=" + assocState + ", assocState=" + assocState +
", belongSpecialAgent=" + belongSpecialAgent + ", belongSpecialAgent=" + belongSpecialAgent +
'}';
", shortBookName='" + shortBookName + '\'' + ", shortBookName='" + shortBookName + '\'' +
", graLabelId=" + graLabelId + ", graLabelId=" + graLabelId +
", subLabelId=" + subLabelId + ", subLabelId=" + subLabelId +
......
...@@ -409,7 +409,6 @@ public class BookGroup extends BaseEntity { ...@@ -409,7 +409,6 @@ public class BookGroup extends BaseEntity {
", isSomeUpdate=" + isSomeUpdate + ", isSomeUpdate=" + isSomeUpdate +
", agentId=" + agentId + ", agentId=" + agentId +
", belongSpecialAgent=" + belongSpecialAgent + ", belongSpecialAgent=" + belongSpecialAgent +
'}';
", shortBookName='" + shortBookName + '\'' + ", shortBookName='" + shortBookName + '\'' +
"} " + super.toString(); "} " + 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