Commit d560a06f by guojuxing

创建udesk客户

parent ba7ed88b
...@@ -105,7 +105,7 @@ public class GicTicketApiServiceImpl implements GicTicketApiService{ ...@@ -105,7 +105,7 @@ public class GicTicketApiServiceImpl implements GicTicketApiService{
int customerId = customerObj.getIntValue("id"); int customerId = customerObj.getIntValue("id");
gicTicketDTO.setType("customer_id"); gicTicketDTO.setType("customer_id");
gicTicketDTO.setType_content(code + ""); gicTicketDTO.setType_content(customerId + "");
//保存到 //保存到
udeskCustomersService.save(gicEnterpriseId, customerId, gicUserId); udeskCustomersService.save(gicEnterpriseId, customerId, gicUserId);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment