|
@ -86,7 +86,7 @@ public class DoctorConsultController extends WeixinBaseController {
|
|
|
json.put("comment", consult.getCommentContent());
|
|
|
// 设置评价星级
|
|
|
json.put("star", consult.getCommentStar());
|
|
|
// 设置咨询类型:1三师咨询,2家庭医生咨询
|
|
|
// 设置咨询类型:1三师咨询,2家庭医生咨询 6名医咨询
|
|
|
json.put("type", consult.getType());
|
|
|
// 设置咨询时间
|
|
|
json.put("time", DateUtil.dateToStr(consult.getCzrq(), DateUtil.YYYY_MM_DD_HH_MM_SS));
|