瀏覽代碼

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