@@ -161,7 +161,7 @@ module.exports = app => {
//if (this.ctx.helper.validBillsCode(code)) {
if (code) {
const data = {
- uuid: this.uuid.v4(),
+ id: this.uuid.v4(),
order: bills.length + 1,
tender_id: tenderId,
code: code,