明树Git Lab

Commit 4387afda authored by zfp1's avatar zfp1

update

parent dcf8ed4f
Pipeline #108933 passed with stage
in 3 seconds
......@@ -61,7 +61,10 @@ const ThYyqtzjcZxjc = sequelize.define('ThYyqtzjcZxjc', {
type: DataTypes.JSON,
comment: "附件材料"
},
zgjz: {
type: DataTypes.TEXT,
comment: "整改进展"
},
sourceId: {
type: DataTypes.INTEGER,
comment: "所属投资控制主表id"
......
......@@ -60,6 +60,10 @@ const TzJsqtzjcZxjc = sequelize.define('TzJsqtzjcZxjc', {
type: DataTypes.JSON,
comment: "附件材料"
},
zgjz: {
type: DataTypes.TEXT,
comment: "整改进展"
},
sourceId: {
type: DataTypes.INTEGER,
......
......@@ -57,6 +57,10 @@ const TzTzkzTzekz = sequelize.define('TzTzkzTzekz', {
type: DataTypes.DECIMAL(20, 8),
comment: "本期-上期",
},
tgje: {
type: DataTypes.DECIMAL(20, 8),
comment: "调概金额",
},
cysm: {
type: DataTypes.TEXT,
comment: "本期较上期差异原因说明",
......
......@@ -72,6 +72,6 @@ app.use(function (err, req, res, next) {
const server = require('http').createServer(app);
server.listen(process.env.PORT || 3001, function () {
server.listen(process.env.PORT || 3000, function () {
console.log(`****** server is listening : ${process.env.PORT} || 3000`);
});
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