fix: step count missing on update
This commit is contained in:
parent
159dc57d8b
commit
5b28f1e501
1 changed files with 1 additions and 0 deletions
|
|
@ -504,6 +504,7 @@ export class ServiceController extends Controller {
|
|||
create: w.product.map((p, pIdx) => ({
|
||||
productId: p.id,
|
||||
installmentNo: p.installmentNo,
|
||||
stepCount: p.stepCount,
|
||||
order: pIdx + 1,
|
||||
})),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue