|
@@ -88,6 +88,8 @@ public class CommonCostServiceImpl implements CommonCostService {
|
|
|
entity.setApplyTime(LocalDateTime.now());
|
|
|
entity.setCreateTime(LocalDateTime.now());
|
|
|
entity.setFlowStatus(FLOW_NOT_START);
|
|
|
+ entity.setPaymentCompanyId("4e99393c-c0ea-4146-a7fb-56fb8019c477");
|
|
|
+ entity.setPaymentMethod(1);
|
|
|
CommonResult<AdminUserRespDTO> result = adminUserApi.getUser(userId);
|
|
|
if (result.isSuccess()) {
|
|
|
entity.setUserNickname(result.getData().getNickname());
|