소스 검색

代码修改

yeshijie 7 년 전
부모
커밋
c9b999e860
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/patient/health/PatientHealthRecordController.java

+ 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;
                }