@@ -559,9 +559,7 @@ public class AdminCustomerApiController extends BaseApiController{
}
/** 修改拜访记录
- * @throws ParseException
- * @throws BusinessException
- */
+ */
@RequestMapping(value = "/updateFollow", method = RequestMethod.POST)
public Result updateFollow(String userBusinessList,String followId,String followTime,String uid,String contactType,String result) throws BusinessException{
Result res = new Result();