Commit fe128058 authored by Hsinli's avatar Hsinli

add

parent 05589f97
Pipeline #13458 passed with stage
in 4 seconds
...@@ -10,6 +10,7 @@ module.exports = app => { ...@@ -10,6 +10,7 @@ module.exports = app => {
primaryKey: true, primaryKey: true,
autoIncrement: true autoIncrement: true
}, },
order_no: INTEGER,
apply_id: INTEGER, apply_id: INTEGER,
report_id: INTEGER, report_id: INTEGER,
type: INTEGER, type: INTEGER,
......
...@@ -135,7 +135,7 @@ class BlacklistService extends Service { ...@@ -135,7 +135,7 @@ class BlacklistService extends Service {
msg: '', msg: '',
} }
}, },
retport_valid: 0//报告是否失效 report_valid: 0//报告是否失效
}; };
//风险分值计算 //风险分值计算
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment