|
|
@@ -166,10 +166,10 @@ namespace RMYY_CallCenter_Api.Dal
|
|
166
|
166
|
parameters[51].Value = model.F_BedNum;
|
|
167
|
167
|
parameters[52].Value = model.F_InpatientNum;
|
|
168
|
168
|
|
|
169
|
|
- parameters[53].Value = model.F_CallRecordId;
|
|
|
169
|
+ parameters[53].Value = model.F_CallRecordId;
|
|
170
|
170
|
parameters[54].Value = model.F_LeaveRecordId;
|
|
171
|
171
|
|
|
172
|
|
- parameters[55].Value = model.F_Relationship;
|
|
|
172
|
+ parameters[55].Value = model.F_Relationship;
|
|
173
|
173
|
parameters[56].Value = model.F_FullName;
|
|
174
|
174
|
parameters[57].Value = model.F_IDNumber;
|
|
175
|
175
|
parameters[58].Value = model.F_ComplaintDept;
|
|
|
@@ -739,12 +739,6 @@ namespace RMYY_CallCenter_Api.Dal
|
|
739
|
739
|
{
|
|
740
|
740
|
model.F_ComplaintDept = int .Parse(row["F_ComplaintDept"].ToString());
|
|
741
|
741
|
}
|
|
742
|
|
-
|
|
743
|
|
- if (row["F_ComplaintSource"] != null && row["F_ComplaintSource"].ToString() != "")
|
|
744
|
|
- {
|
|
745
|
|
- model.F_ComplaintSource = int.Parse(row["F_ComplaintSource"].ToString());
|
|
746
|
|
- }
|
|
747
|
|
-
|
|
748
|
742
|
if (row["F_ComplaintUser"] != null)
|
|
749
|
743
|
{
|
|
750
|
744
|
model.F_ComplaintUser = row["F_ComplaintUser"].ToString();
|