Commit 053f2ebe by guojuxing

创建udesk客户

parent b031640c
......@@ -105,7 +105,7 @@ public class GicTicketApiServiceImpl implements GicTicketApiService{
int customerId = customerObj.getIntValue("id");
gicTicketDTO.setType("customer_id");
gicTicketDTO.setType_content(obj.getCustomerId().toString());
gicTicketDTO.setType_content(code + "");
//保存到
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