Explorar el Código

[招商]更新指派人

release_toaliyun_real
Burce hace 6 años
padre
commit
2beb7db3c7
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      mallinkService/src/main/java/com/iformall/service/invest/impl/InvestDemandServiceImpl.java

+ 3
- 0
mallinkService/src/main/java/com/iformall/service/invest/impl/InvestDemandServiceImpl.java Ver fichero

@@ -49,6 +49,9 @@ public class InvestDemandServiceImpl extends InvestBaseServiceImpl<InvestDemandM
if(Objects.nonNull(entity.getIntent())) {
entity.setIntent(stringToJson(entity.getIntent()));
}
if(Objects.isNull(entity.getOwner())) {
entity.setOwner(0L);
}
}

@Deprecated


Cargando…
Cancelar
Guardar