Commit 26926543 by 阮思源

修改下bug

parent f8066cc0
...@@ -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