明树Git Lab

Commit 391c1e3f authored by zfp1's avatar zfp1

update

parent b3be6dca
Pipeline #108723 passed with stage
in 4 seconds
......@@ -254,8 +254,12 @@ const RcCgqygl = sequelize.define('RcCgqygl', {
comment: "工商注册资本金我方实际已出资金额(万元)",
},
qygszczbjwfscczsj: {
type: DataTypes.DECIMAL(20, 2),
comment: "企业工商注册资本金我方首次出资时间(万元)",
type: DataTypes.DATE,
comment: "企业工商注册资本金我方首次出资时间",
get() {
const rawValue = this.getDataValue('qygszczbjwfscczsj');
return rawValue ? moment(rawValue).format('YYYY-MM-DD') : '';
},
},
wfcgbl: {
type: DataTypes.DECIMAL(5, 2),
......
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