Commit 643e306c1e9b83fad2f56cf8ac7e7e68d86bd0cf

Authored by 潘钊
1 parent 11a31ded

update...

src/main/java/com/bsth/entity/ChildTaskPlan.java
... ... @@ -227,7 +227,7 @@ public class ChildTaskPlan implements Serializable {
227 227  
228 228 @Override
229 229 public int hashCode() {
230   - return ("" + this.getId() + this.getSchedule().getId()).hashCode();
  230 + return ("c_task" + this.id).hashCode();
231 231 }
232 232  
233 233 @Override
... ...