소스 검색

not update

anderx 7 년 전
부모
커밋
ccab5cfd39
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/main/java/com/goafanti/admin/controller/AdminSuperviserApiController.java

+ 1 - 3
src/main/java/com/goafanti/admin/controller/AdminSuperviserApiController.java

@@ -202,9 +202,7 @@ public class AdminSuperviserApiController extends CertifyApiController {
 			if (!res.getError().isEmpty()) {
 				return res;
 			}
-		
-			
-			res.setData(newAdminService.updateByPrimaryKeySelective(ad, roles));
+		res.setData(newAdminService.updateByPrimaryKeySelective(ad, roles));
 		}