소스 검색

Merge branch 'dev' of lyr/patient-co-management into dev

lyr 8 년 전
부모
커밋
6bb37733c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/reply/DoctorQuickReplyService.java

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/reply/DoctorQuickReplyService.java

@ -142,7 +142,7 @@ public class DoctorQuickReplyService extends BaseService {
            if (reply == null) {
                return -1;
            }
            reply.setSort(i + 1);
            reply.setSort(ids.length - i);
        }
        return 1;
    }