Commit 2cde2c4b authored by polo2013's avatar polo2013

修复客户信息修改的bug

parent 43c8492e
......@@ -338,10 +338,10 @@
//客户信息类
TOConsumerEntity *customerEntity = [[TOConsumerEntity alloc]init];
customerEntity.createName = self.customerNameField.text;
customerEntity.createName = [Shoppersmanager manager].Shoppers.employee.realName;
customerEntity.mobile = self.phoneNumberField.text;
customerEntity.address = self.customerAddress.text;
customerEntity.name = self.companyNameField.text;
customerEntity.name = self.customerNameField.text;
//修改
if (isChange) {
customerEntity.fid = [Customermanager manager].customerID;
......
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