接口迁移文档
# 用户管理 AppUserInfo
>d 原AppUserInfo更换成UserInfo
更换为前端存储过程调用的接口如下
1. 公司机构接口 Getbranchoffice,改为调用web_select_branchoffice存储过程
2. 系统权限接口 Getuserinforole,改为调用Web_select_userinfo_arry存储过程
3. 编辑用户接口 EditUserInfo,改为调用Web_Edit_UserInfo存储过程
4. 获取所有用户接口 GetUserInfo,改为调用Web_Select_UserInfo2存储过程
5. 删除用户接口 DelUserInfo,改为调用Web_Del_UserInfo存储过程
6. 角色名称接口 Getuserinfo_role,改为调用Web_Select_userinfo_role存储过程
7. 获取小铃单接口 GetMessage,改为调用app_select_message存储过程
8. 小铃单改为已读接口 UpMessageyd,改为调用web_edit_message_status_tb存储过程
9. 角色列表接口 Getuserrole,改为调用Web_select_userrole_thcompany存储过程
10. 权限列表接口 Getuserrole_bythcompany,改为调用Web_select_userrole_bythcompany存储过程
11. 保存角色权限接口 AddUserRole,改为调用Web_Add_UserRole存储过程
# 大货运单 BigCustomerOrder
>d 原BigCustomerOrder部分接口更换为前端存储过程调用 接口如下
1. 待受理订单列表接口 GetBigCustomerOrder,改为调用Web_Select_BigCustomerOrder_Back存储过程
2. 待受理订单详情接口 GetBigCustomerOrderByID,改为调用app_selecet_BigCustomerOrderByID存储过程
3. 获取渠道接口 Getchanne,改为调用app_select_channel_set存储过程
4. 大货运单受理接口 UpWayBill,改为调用app_Update_BigWaybill_channeltype_cusorder存储过程
5. 获取业务员对应客户信息接口 Getcooperativecustomer,改为调用app_select_cooperativecustomer_bysalesman存储过程
6. 获取自营渠道信息接口 GetdistributionChannel,改为调用web_select_distributionChannel_thecompany存储过程
7. 获取仓库信息接口 GetwarehouseAddr,改为调用client_select_warehouseAddr存储过程
8. 获取国家地址接口 Getfbawarehousecodedata,改为调用app_select_WarehouseInfo_bycountry存储过程
9. 获取内部渠道接口 Internalchannels,改为调用web_select_channel_EntrustType存储过程
10. 已受理订单列表接口 GetBigWaybill,改为调用app_Select_BigWaybill_Back2存储过程
11. 已受理订单详情接口 GetBigWaybillByoperNo,改为调用Web_Select_BigWaybill_ByID存储过程
12. 删除订单接口 DelBigCustomerOrder,改为调用app_del_BigCustomerOrder存储过程
13. 查询路由信息接口 routeInfo,改为调用cliect_select_routeinfo_bysono存储过程
# 电商客户
>d 原BigCustomerOrder部分接口更换为前端存储过程调用 接口如下
1. 查询电商客户接口 GetCustomers,改为调用app_select_cooperativecustomer_likecustomername存储过程
2. 获取申请合作客户接口 GetApplyCustomers,改为调用Web_Select_cooperativecustomer存储过程
3. 修改申请合作客户接口 UpdateApplyCustomers,改为调用web_update_cooperativecustomer存储过程
4. 获取操作人员接口 Getuserinfo,改为调用web_select_userinfo_all存储过程
5. 删除客户接口 DelCustomer,改为调用Web_delete_cooperativecustomer_bydsid存储过程
6. 分配客户修改客服或业务员接口 ReplaceSalesman,改为调用Web_replace_loginaccount_salesman存储过程
7. 下单验证接口 Uporderstatus,改为调用Web_Edit_orderstatus存储过程
8. 获取客户账号 名称模糊查询接口 Getcustomer_dsid,改为调用web_select_dsvague存储过程
9. 查询新客户天数接口 Getbywithinday,改为调用web_select_thecompany_withinday存储过程
10.新客户天数设置接口 Upbywithinday,改为调用web_update_thecompany_bywithinday存储过程
11.公海客户天数设置接口 Uppublichaiday,改为调用web_update_thecompany_publichaiday存储过程
12.获取客户账号接口 Getcustomer_account,改为调用
web_select_customer_account存储过程
13.删除客户账号 Delcustomer_account,改为调用web_delete_customer_account存储过程