username@email.com
2025-05-07 451ec557d579f8f9e1b0c84754709cc8b3d2090e
CY_ECommercePlatform/CY.SQLDAL/OA/OA_StaffDAL.cs
@@ -96,7 +96,13 @@
                    new SqlParameter("@ManageProvince", trueModel.ManageProvince) ,            
                    new SqlParameter("@ManageCity", trueModel.ManageCity) ,            
                    new SqlParameter("@ManageCountry", trueModel.ManageCountry) ,            
                    new SqlParameter("@ManageCountry1", trueModel.ManageCountry1)
                    new SqlParameter("@ManageCountry1", trueModel.ManageCountry1) ,
                    new SqlParameter("@BF_IsDeliverManage", trueModel.BF_IsDeliverManage) ,
                    new SqlParameter("@BF_IsDriver", trueModel.BF_IsDriver) ,
                      new SqlParameter("@BF_Isbaoxiaojingli", trueModel.BF_Isbaoxiaojingli) ,
                         new SqlParameter("@BF_IsBaoxiaozhuguan", trueModel.BF_IsBaoxiaozhuguan) ,
                            new SqlParameter("@BF_IsGongwen", trueModel.BF_IsGongwen.HasValue?trueModel.BF_IsGongwen.Value:false) ,
                             new SqlParameter("@BF_IsChangyongziliao", trueModel.BF_IsChangyongziliao.HasValue?trueModel.BF_IsChangyongziliao.Value:false) ,
            };
            try
            {
@@ -186,7 +192,13 @@
                    new SqlParameter("@ManageProvince", trueModel.ManageProvince) ,
                    new SqlParameter("@ManageCity", trueModel.ManageCity) ,            
                    new SqlParameter("@ManageCountry", trueModel.ManageCountry)  ,            
                    new SqlParameter("@ManageCountry1", trueModel.ManageCountry1)
                    new SqlParameter("@ManageCountry1", trueModel.ManageCountry1) ,
                    new SqlParameter("@BF_IsDeliverManage", trueModel.BF_IsDeliverManage) ,
                    new SqlParameter("@BF_IsDriver", trueModel.BF_IsDriver) ,
                         new SqlParameter("@BF_Isbaoxiaojingli", trueModel.BF_Isbaoxiaojingli) ,
                         new SqlParameter("@BF_IsBaoxiaozhuguan", trueModel.BF_IsBaoxiaozhuguan) ,
                          new SqlParameter("@BF_IsGongwen", trueModel.BF_IsGongwen.HasValue?trueModel.BF_IsGongwen.Value:false) ,
                          new SqlParameter("@BF_IsChangyongziliao", trueModel.BF_IsChangyongziliao.HasValue?trueModel.BF_IsChangyongziliao.Value:false) ,
            };
            try
            {