Commit d95e86f6 authored by 周健威's avatar 周健威

Merge branch 'feature_chw_zjw' into dev-chw

parents 7d1d7b6f 524fdb09
......@@ -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