|
@ -158,8 +158,8 @@ public class DoctorQuickReplyController extends BaseController {
|
|
|
public String replyList(@ApiParam(name = "type", value = "快捷回复类型(1为续方咨询)", defaultValue = "0")
|
|
|
@RequestParam(value = "type", required = false, defaultValue = "0") String type) {
|
|
|
try {
|
|
|
// List<DoctorQuickReply> replies = quickReplyService.getDoctorReplyList(getUID(),type);
|
|
|
List<DoctorQuickReply> replies = quickReplyService.getDoctorReplyList("xy201703150222",type);
|
|
|
List<DoctorQuickReply> replies = quickReplyService.getDoctorReplyList(getUID(),type);
|
|
|
// List<DoctorQuickReply> replies = quickReplyService.getDoctorReplyList("xy201703150222",type);
|
|
|
return write(200, "查询成功", "data", replies);
|
|
|
} catch (Exception e) {
|
|
|
e.printStackTrace();
|