|
|
@@ -830,7 +830,8 @@ namespace CallCenterApi.Interface.Controllers.customer
|
|
830
|
830
|
cusmodel.F_CusType = Convert.ToInt32(dt1.Rows[0]["F_DictionaryValueId"]);
|
|
831
|
831
|
}
|
|
832
|
832
|
}
|
|
833
|
|
-
|
|
|
833
|
+ //备注
|
|
|
834
|
+ cusmodel .F_Remark1= dataRow["备注"].ToString();
|
|
834
|
835
|
cusmodel.F_CreateBy = usercode;
|
|
835
|
836
|
cusmodel.F_CreatedOn = DateTime.Now;
|
|
836
|
837
|
cusmodel.F_DeleteFlag = 0;
|