Commit 5339af9b authored by 王向伟's avatar 王向伟

去掉没必要的变量,解决编译错误

parent 43afadf3
...@@ -38,4 +38,6 @@ public class ${prefix}QueryLoanResult { ...@@ -38,4 +38,6 @@ public class ${prefix}QueryLoanResult {
} }
} }
public ${prefix}QueryLoanResult(){}
} }
\ No newline at end of file
...@@ -491,7 +491,7 @@ public class ${prefix}ServiceImpl implements ${prefix}Service{ ...@@ -491,7 +491,7 @@ public class ${prefix}ServiceImpl implements ${prefix}Service{
*/ */
@Override @Override
public ServiceResult<${prefix}RepayByPlanResult> repayByPlan(${prefix}RepayByPlanRequest request){ public ServiceResult<${prefix}RepayByPlanResult> repayByPlan(${prefix}RepayByPlanRequest request){
String logPre = LOG_PRE + "[repayByPlan][{prefix}发起主动还款]"; String logPre = LOG_PRE + "[repayByPlan][${prefix}发起主动还款]";
log.info("{} request={}",logPre,request); log.info("{} request={}",logPre,request);
Long channelId = request.getChannelId(); Long channelId = request.getChannelId();
ServiceResult<MoBankCardInfoOutput> bankInfoResult = moOrderRepresentationService.queryBankCardInfoByBindCardId(request.getBindId()); ServiceResult<MoBankCardInfoOutput> bankInfoResult = moOrderRepresentationService.queryBankCardInfoByBindCardId(request.getBindId());
...@@ -527,6 +527,4 @@ public class ${prefix}ServiceImpl implements ${prefix}Service{ ...@@ -527,6 +527,4 @@ public class ${prefix}ServiceImpl implements ${prefix}Service{
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment