zhangqian
2023-10-16 3a40446abaaa597cd38178a3be251dad9fe5316b
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 != "" {