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