Commit 5c79df7c by caosy

现金卷操作人

parent c8bc0abc
......@@ -119,7 +119,7 @@ public class VoucherRuleController {
VoucherRuleBean voucherRuleBean = new VoucherRuleBean();
// 数据处理
doHandlerData(dto, voucherRuleBean);
voucherRuleBean.setOperater(SpringSecurityUtil.getCurrentUserName());
voucherRuleService.saveVoucherRule(SpringSecurityUtil.getCurrentUserName(), voucherRuleBean);
return "redirect:queryList";
......
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 sign in to comment