Commit 26926543 by 阮思源

修改下bug

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