remove return new HttpSuccess([]) more
This commit is contained in:
parent
bfae3e012d
commit
6642f395f0
13 changed files with 39 additions and 39 deletions
|
|
@ -145,9 +145,9 @@ export class BloodGroupController extends Controller {
|
|||
order: { createdAt: "ASC" },
|
||||
});
|
||||
|
||||
if (!bloodGroup) {
|
||||
return new HttpSuccess([]);
|
||||
}
|
||||
// if (!bloodGroup) {
|
||||
// return new HttpSuccess([]);
|
||||
// }
|
||||
return new HttpSuccess(bloodGroup);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue