Browse Source

not update

anderx 7 years ago
parent
commit
ccab5cfd39

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