Commit f29cbb99 by 傅伟强-富德

Update test.txt

1 parent 4f98541e
Showing with 13 additions and 10 deletions
......@@ -7,16 +7,19 @@
</configuration>
</plugin>
//保存登录动作
GrasSysOperationLog grasSysOperationLog=new GrasSysOperationLog();
grasSysOperationLog.setUserId(userId);
grasSysOperationLog.setOperation("/gras/login/singleLogin?user="+user+"&passWord="+password);
grasSysOperationLog.setCreatedUser(userId);
grasSysOperationLog.setUpdatedUser(userId);
grasSysOperationLog.setPkSerial(NumberUtil.random10());
grasSysOperationLog.setOperationDate(new Date());
grasSysOperationLogService.addGrasSysOperationLog(grasSysOperationLog);
po.apply_date AS po_apply_date,
po.issue_date AS po_issue_date,
po.effect_date AS po_effect_date,
rnpsi.pay_times AS rnpsi_pay_times,
rnpsi.actural_pay_times AS rnpsi_actural_pay_times,
rnpsi.last_assign_date AS rnpsi_last_assign_date,
pp.maturity_date AS pp_maturity_date,
ppi.prem_due_date AS pp_prem_due_date,
ci.birthday AS ci_birthday,
pvc.vip_end_date AS pvc_vip_end_date,
ppp.pay_to_date AS ppp_pay_to_date,
ppp.add_prem_eff_date AS ppp_add_prem_eff_date,
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!