|
|
@@ -59,8 +59,8 @@ public class AdminCustomerApiController extends BaseApiController {
|
|
|
* @throws InvocationTargetException
|
|
|
* @throws IllegalAccessException
|
|
|
*/
|
|
|
- @RequestMapping(value = "/addFollowRecord", method = RequestMethod.POST)
|
|
|
- public Result addFollowRecord(CustomerIn cusIn,CustomerOrganizationInfo coi,CustomerUserInfo cui,FollowUpRecord fur) throws ParseException, IllegalAccessException, InvocationTargetException {
|
|
|
+ @RequestMapping(value = "/addCustomer", method = RequestMethod.POST)
|
|
|
+ public Result addCustomer(CustomerIn cusIn,CustomerOrganizationInfo coi,CustomerUserInfo cui,FollowUpRecord fur) throws ParseException, IllegalAccessException, InvocationTargetException {
|
|
|
Result res=new Result();
|
|
|
//添加 customer
|
|
|
String customerId = UUID.randomUUID().toString();//客户记录ID
|