Commit 524fdb09 authored by 周健威's avatar 周健威

修改保险

parent f0884c37
......@@ -91,6 +91,7 @@ public class BgOrderPersonInsuranceController extends BaseController<OrderPerson
case OrderPersonInsurance.STATUS_CNL:
ped.setStatusStr("已退保");
ped.setRefundTimeStr(DateUtil.date(vo.getRefundTime()).toString());
break;
default:
ped.setStatusStr("");
ped.setRefundTimeStr("");
......
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