fix: step count missing on update

This commit is contained in:
Methapon2001 2024-12-24 16:01:05 +07:00
parent 159dc57d8b
commit 5b28f1e501

View file

@ -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,
})),
},