|
|
@@ -71,7 +71,7 @@ namespace RMYY_CallCenter_Api.DAL
|
|
71
|
71
|
SqlParameter[] parameters = {
|
|
72
|
72
|
new SqlParameter("@F_WorkOrderCode", SqlDbType.NVarChar,50),
|
|
73
|
73
|
new SqlParameter("@F_Applicant", SqlDbType.NVarChar,50),
|
|
74
|
|
- new SqlParameter("@F_ApplicationDept", SqlDbType.NChar,10),
|
|
|
74
|
+ new SqlParameter("@F_ApplicationDept", SqlDbType.NVarChar,50),
|
|
75
|
75
|
new SqlParameter("@F_Applicantsphone", SqlDbType.NVarChar,50),
|
|
76
|
76
|
new SqlParameter("@F_Phone", SqlDbType.NVarChar,50),
|
|
77
|
77
|
new SqlParameter("@F_WorkOrderCategory", SqlDbType.NVarChar,50),
|