Browse Source

[招商]更新指派人

release_toaliyun_real
Burce 6 years ago
parent
commit
2beb7db3c7
1 changed files with 3 additions and 0 deletions
  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 View File

@@ -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


Loading…
Cancel
Save