|
@ -853,8 +853,8 @@ public class ConsultController extends WeixinBaseController {
|
|
// }
|
|
// }
|
|
|
|
|
|
JSONObject obj = new JSONObject();
|
|
JSONObject obj = new JSONObject();
|
|
|
|
|
|
JSONObject json = new JSONObject();
|
|
JSONObject json = new JSONObject();
|
|
|
|
|
|
json.put("id", obj.getInt("id"));
|
|
json.put("id", obj.getInt("id"));
|
|
if (!obj.getString("from").equals(getUID())) {
|
|
if (!obj.getString("from").equals(getUID())) {
|
|
Doctor doc = doctorService.findDoctorByCode(obj.getString("from"));
|
|
Doctor doc = doctorService.findDoctorByCode(obj.getString("from"));
|