Explorar el Código

//QuestionOneself

release_toaliyun_real
xhxu hace 3 años
padre
commit
2b919956bb
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      mallinkService/src/main/java/com/iformall/service/impl/WxQuestionOneselfServiceImpl.java

+ 4
- 4
mallinkService/src/main/java/com/iformall/service/impl/WxQuestionOneselfServiceImpl.java Ver fichero

@@ -88,10 +88,10 @@ public class WxQuestionOneselfServiceImpl implements WxQuestionOneselfService {
record.setCreateDate(now);
wxQuestionOneselfMapper.insert(record);
} else {
WxQuestionOneself byId = this.getById(record.getId());
if(!byId.getStatus().equals(EnumQuestionOneselfStatus.STATUS_THROW_IN.getCode())){
throw new MallinkException(ErrorCode.QUESTION_UPUP_LINE);
}
// WxQuestionOneself byId = this.getById(record.getId());
// if(!byId.getStatus().equals(EnumQuestionOneselfStatus.STATUS_THROW_IN.getCode())){
// throw new MallinkException(ErrorCode.QUESTION_UPUP_LINE);
// }

WxQuestionOneselfTopic wxQuestionOneselfTopic = new WxQuestionOneselfTopic();
wxQuestionOneselfTopic.updateTenantInfo(record);


Cargando…
Cancelar
Guardar