Ver código fonte

Merge branch 'dev' of huangwenjie/wlyy2.0 into dev

trick9191 5 anos atrás
pai
commit
3375d99934

+ 1 - 1
business/im-service/src/main/java/com/yihu/jw/im/service/ImService.java

@ -1435,7 +1435,7 @@ public class ImService {
			ConsultDo consultDo = consultDao.findOne(consult);
			
			//如果是复诊咨询,或者协同门诊,则修改成已评价
			if(9 == consultDo.getType() || 13 == consultDo.getType() ){
			if(9 == consultDo.getType() || 12 == consultDo.getType() || 16 == consultDo.getType() ){
				WlyyOutpatientDO wlyyOutpatientDO = outpatientDao.findOne(consultTeamDo.getRelationCode());
				wlyyOutpatientDO.setEvaluateStatus("1");
				outpatientDao.save(wlyyOutpatientDO);