Преглед на файлове

客户资料列表修改

anderx преди 11 месеца
родител
ревизия
b12a37ee57
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. 1 3
      src/main/java/com/goafanti/customer/controller/AdminCustomerApiController.java

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