明树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', { ...@@ -61,7 +61,10 @@ const ThYyqtzjcZxjc = sequelize.define('ThYyqtzjcZxjc', {
type: DataTypes.JSON, type: DataTypes.JSON,
comment: "附件材料" comment: "附件材料"
}, },
zgjz: {
type: DataTypes.TEXT,
comment: "整改进展"
},
sourceId: { sourceId: {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
comment: "所属投资控制主表id" comment: "所属投资控制主表id"
......
...@@ -60,6 +60,10 @@ const TzJsqtzjcZxjc = sequelize.define('TzJsqtzjcZxjc', { ...@@ -60,6 +60,10 @@ const TzJsqtzjcZxjc = sequelize.define('TzJsqtzjcZxjc', {
type: DataTypes.JSON, type: DataTypes.JSON,
comment: "附件材料" comment: "附件材料"
}, },
zgjz: {
type: DataTypes.TEXT,
comment: "整改进展"
},
sourceId: { sourceId: {
type: DataTypes.INTEGER, type: DataTypes.INTEGER,
......
...@@ -57,6 +57,10 @@ const TzTzkzTzekz = sequelize.define('TzTzkzTzekz', { ...@@ -57,6 +57,10 @@ const TzTzkzTzekz = sequelize.define('TzTzkzTzekz', {
type: DataTypes.DECIMAL(20, 8), type: DataTypes.DECIMAL(20, 8),
comment: "本期-上期", comment: "本期-上期",
}, },
tgje: {
type: DataTypes.DECIMAL(20, 8),
comment: "调概金额",
},
cysm: { cysm: {
type: DataTypes.TEXT, type: DataTypes.TEXT,
comment: "本期较上期差异原因说明", comment: "本期较上期差异原因说明",
......
...@@ -72,6 +72,6 @@ app.use(function (err, req, res, next) { ...@@ -72,6 +72,6 @@ app.use(function (err, req, res, next) {
const server = require('http').createServer(app); 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`); 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