Kaynağa Gözat

Merge branch 'dev' of liubing/wlyy2.0 into dev

liubing 3 yıl önce
ebeveyn
işleme
32483eedb1

+ 1 - 0
svr/svr-cloud-care/src/main/java/com/yihu/jw/care/service/doorCoach/DoctorDoorCoachOrderService.java

@ -368,6 +368,7 @@ public class DoctorDoorCoachOrderService {
            object.put("doctorName", doorServiceOrder.getDoctorName());
            object.put("doctorType", doorServiceOrder.getDoctorType());
            object.put("type", doorServiceOrder.getType());
            object.put("orderType", 21);
            jsonArray.add(object);
        }