Commit 88200843 by 蒋勇

d

parent ad70da8e
......@@ -47,7 +47,11 @@ module.exports = (db, DataTypes) => {
desc:{
type:DataTypes.STRING,
allowNull: false
}
},
nposition:{
type:DataTypes.STRING,
allowNull: false
},
},{
paranoid: true,//假的删除
underscored: true,
......
......@@ -40,6 +40,7 @@ class RptTypeService extends ServiceBase{
desc:hd.desc,
uploadrpt_id:rptid,
uploadbatch_id:batchid,
nposition:hd.position,
};
hisarray.push(h);
});
......
......@@ -31,6 +31,7 @@
"express": "^4.16.2",
"express-session": "^1.15.6",
"gm": "^1.23.1",
"md5": "^2.2.1",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"multer": "^1.3.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