yeshijie 7 سال پیش
والد
کامیت
c9b999e860

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/patient/health/PatientHealthRecordController.java

@ -88,7 +88,7 @@ public class PatientHealthRecordController extends WeixinBaseController {
					value3 = CommonUtil.copyTempImage(value3);
				}
				if(StringUtils.isNotEmpty(value3)){
                    value3=value3+","+images;
                    value3=value3+","+images.trim();
                }else {
                    value3=images;
                }