feat: also response created data back
This commit is contained in:
parent
c0c36ed15d
commit
4941e0b560
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ export class TaskController extends Controller {
|
|||
}
|
||||
await permissionCheckCompany(req.user, userAffiliatedBranch);
|
||||
|
||||
await tx.taskOrder.create({
|
||||
return await tx.taskOrder.create({
|
||||
include: {
|
||||
taskList: {
|
||||
include: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue