浏览代码

随访相关接口BUG修改

huangwenjie 7 年之前
父节点
当前提交
6d468c1360

+ 0 - 3
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/service/app/prescription/PrescriptionFollowupContentService.java

@ -332,9 +332,6 @@ public class PrescriptionFollowupContentService extends BaseService {
			//餐前
			//餐前
			if(StringUtils.isNotBlank(obj.getString("valuedata"))){
			if(StringUtils.isNotBlank(obj.getString("valuedata"))){
				
				
				
				
				
				//餐前
				//餐前
				if(1 == valueType || 3 == valueType || 5 == valueType){
				if(1 == valueType || 3 == valueType || 5 == valueType){
					followupProjectData = "{'BS_FPG':'"+obj.getString("valuedata")+"'}";
					followupProjectData = "{'BS_FPG':'"+obj.getString("valuedata")+"'}";

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

@ -62,6 +62,7 @@ public class DoctorQuickReplyService extends BaseService {
        reply.setContent(content);
        reply.setContent(content);
        reply.setType(Integer.parseInt(type));
        reply.setType(Integer.parseInt(type));
        reply.setSystag(0);
        return quickReplyDao.save(reply);
        return quickReplyDao.save(reply);
    }
    }

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/followup/DoctorFollowUpController.java

@ -172,7 +172,7 @@ public class DoctorFollowUpController extends BaseController {
                                @RequestParam(value = "followupManagerStatus", required = false) String followupManagerStatus,
                                @RequestParam(value = "followupManagerStatus", required = false) String followupManagerStatus,
                                @ApiParam(name = "plandate", value = "下次随访时间", defaultValue = "2016-12-14 20:00:00")
                                @ApiParam(name = "plandate", value = "下次随访时间", defaultValue = "2016-12-14 20:00:00")
                                @RequestParam(value = "plandate", required = false) String plandate,
                                @RequestParam(value = "plandate", required = false) String plandate,
                                @ApiParam(name = "prescriptioncode", value = "续方CODE", defaultValue = "续方CODE")
                                @ApiParam(name = "prescriptioncode", value = "续方CODE", defaultValue = "")
                                    @RequestParam(value = "prescriptioncode", required = false) String prescriptioncode) {
                                    @RequestParam(value = "prescriptioncode", required = false) String prescriptioncode) {
        try {
        try {
            followUpService.startFollowup(id, date, followupType, followupClass, followupManagerStatus,plandate,prescriptioncode);
            followUpService.startFollowup(id, date, followupType, followupClass, followupManagerStatus,plandate,prescriptioncode);