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