传进一个装有实体类的list public void sort(List<MedicalPracticesDetail> mpdList){ Collections.sort(mpdList, new Comparator<MedicalPracticesDetail>(){ public int compare(MedicalPracticesDetail o1, MedicalPracticesDetail o2) { return o2.getOperatorTime().c
在实体对象中访问导航属性里的属性值出现异常“There is already an open DataReader associated with this Command which must be closed first”. public class User { public long UserId { get; set; } public string UserName { get; set; } public string UserPwd { get; set; } public D