zhangqian
2023-10-16 3a40446abaaa597cd38178a3be251dad9fe5316b
Merge branch 'master' of http://192.168.5.5:10010/r/aps/crm
1个文件已修改
7 ■■■■ 已修改文件
api/v1/client.go 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
api/v1/client.go
@@ -121,7 +121,12 @@
    client.Business.IndustryId = params.IndustryId
    client.Business.EnterpriseNatureId = params.EnterpriseNatureId
    client.Business.EnterpriseScaleId = params.EnterpriseScaleId
    client.MemberId = params.MemberId
    //销售负责人为空时为公海客户
    if params.MemberId == 0 {
        client.MemberId = 1
    } else {
        client.MemberId = params.MemberId
    }
    client.CodeStandID = params.CodeStandID
    //if params.Contact.Name != "" {