Commit 3b00b843 authored by 黄奎's avatar 黄奎

页面修改

parent 47176807
......@@ -146,6 +146,9 @@ namespace Edu.Module.Customer
else
{
model.CustomerState = Common.Enum.Customer.CustomerStateEnum.Normal;
model.ApproveState = 1;
model.ApproveId = 1;
model.ApproveTime = DateTime.Now;
model.Password = Common.DES.Encrypt(Common.Config.DefaultPwd);
var newId = customerRepository.Insert(model);
model.CustomerId = newId;
......
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