明树Git Lab

Commit 6b0c978e authored by zfp1's avatar zfp1

1

parent 42d76b9c
Pipeline #112029 passed with stage
in 4 seconds
......@@ -54,7 +54,7 @@ const ProjectTzzt = sequelize.define('ProjectTzzt', {
ProjectTzzt.sync({
// force: false,
// force: true ,//会删除已存在表并重新创建
// alter: true
alter: true
})
.then(() => {
console.log('ProjectTzzt 表同步成功');
......
......@@ -42,7 +42,7 @@ const RcTzjh = sequelize.define('RcTzjh', {
//20260526
cwbblx: { type: DataTypes.STRING(10), allowNull: true, comment: "财务报表类型", zjType: 'danxuan', _mark: "lixiang" },
zyfzy: { type: DataTypes.STRING(10), allowNull: true, comment: "主业/非主业", zjType: 'danxuan', _mark: "lixiang" },
sbdw: { type: DataTypes.STRING, allowNull: true, comment: "申报单位", _mark: 'juece' }, //TODO:下拉选择公司名称,这个需要公司管理的数据
sbdw: { type: DataTypes.STRING, allowNull: true, comment: "申报单位", _mark: 'juece' },
cgqk: { type: DataTypes.JSON, comment: "参股情况(json)" },
tzsxyjfl: { type: DataTypes.STRING(10), allowNull: true, comment: "投资属性的一级分类", zjType: 'danxuan', _mark: "lixiang" },
tzsxejfl: { type: DataTypes.STRING(10), allowNull: true, comment: "投资属性的二级分类", zjType: 'danxuan', _mark: "lixiang" },
......
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