田源
2023-11-09 afbe6b99f5ad08087c982c78a5965b49f58f0c37
Source/UBCS/ubcs-service/ubcs-system/src/main/java/com/vci/ubcs/system/controller/UserPwdstrategyController.java
@@ -13,6 +13,7 @@
import javax.annotation.Resource;
import javax.validation.Valid;
import java.util.List;
/**
 * 用户密码策略关联(UserPwdstrategy)表控制层
@@ -56,7 +57,5 @@
   public ResponseEntity<Boolean> update(@Valid @RequestBody UserPwdstrategyVO userPwdstrategyVO) {
      return ResponseEntity.ok(this.userPwdstrategyService.submit(userPwdstrategyVO));
   }
}