Commit f29cbb99 by 傅伟强-富德

Update test.txt

1 parent 4f98541e
Showing with 13 additions and 10 deletions
...@@ -7,16 +7,19 @@ ...@@ -7,16 +7,19 @@
</configuration> </configuration>
</plugin> </plugin>
po.apply_date AS po_apply_date,
//保存登录动作 po.issue_date AS po_issue_date,
GrasSysOperationLog grasSysOperationLog=new GrasSysOperationLog(); po.effect_date AS po_effect_date,
grasSysOperationLog.setUserId(userId); rnpsi.pay_times AS rnpsi_pay_times,
grasSysOperationLog.setOperation("/gras/login/singleLogin?user="+user+"&passWord="+password); rnpsi.actural_pay_times AS rnpsi_actural_pay_times,
grasSysOperationLog.setCreatedUser(userId); rnpsi.last_assign_date AS rnpsi_last_assign_date,
grasSysOperationLog.setUpdatedUser(userId); pp.maturity_date AS pp_maturity_date,
grasSysOperationLog.setPkSerial(NumberUtil.random10()); ppi.prem_due_date AS pp_prem_due_date,
grasSysOperationLog.setOperationDate(new Date()); ci.birthday AS ci_birthday,
grasSysOperationLogService.addGrasSysOperationLog(grasSysOperationLog); 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!