Commit 36fd0a97 authored by 黄奎's avatar 黄奎

页面修改

parent bb232118
using Edu.Common.Plugin; using Edu.Common.Plugin;
using System;
using System.Collections.Generic;
using System.Text;
namespace Edu.Common.Enum.Customer namespace Edu.Common.Enum.Customer
{ {
......
...@@ -65,6 +65,7 @@ namespace Edu.Module.Customer ...@@ -65,6 +65,7 @@ namespace Edu.Module.Customer
} }
else else
{ {
model.Password = Common.DES.Encrypt(Common.Config.DefaultPwd);
var newId = customerRepository.Insert(model); var newId = customerRepository.Insert(model);
model.CustomerId = newId; model.CustomerId = newId;
flag = newId > 0; flag = newId > 0;
......
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