Commit 222f2d03 authored by 张庆's avatar 张庆

最受结果

parent 83071e71
...@@ -26,6 +26,7 @@ public class SyncCreditCommand extends AbstractCommand { ...@@ -26,6 +26,7 @@ public class SyncCreditCommand extends AbstractCommand {
ValidateUtil.valid(syncCreditResultRequest); ValidateUtil.valid(syncCreditResultRequest);
// //
CreditResultModel creditResultModel = BeanUtil.toBean(syncCreditResultRequest, CreditResultModel.class); CreditResultModel creditResultModel = BeanUtil.toBean(syncCreditResultRequest, CreditResultModel.class);
creditResultModel.setCreditStatus(syncCreditResultRequest.getStatus());
creditResultComponent.insert(creditResultModel); creditResultComponent.insert(creditResultModel);
return JsonResult.success(); return JsonResult.success();
} }
......
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