anderx месяцев назад: 11
Родитель
Сommit
b12a37ee57

+ 1 - 3
src/main/java/com/goafanti/customer/controller/AdminCustomerApiController.java

@@ -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();