|
|
@@ -632,6 +632,7 @@ type Ermcp3Contract struct {
|
|
|
EnumdicName string `json:"enumdicname" xorm:"'ENUMDICNAME'"` // 单位名称
|
|
|
CONTRACCTSTATUS int32 `json:"contracctstatus" xorm:"'CONTRACTSTATUS'"` // 合同状态 - 0:未提交 1:待审核 2:执行中 3:正常完结 4:审核拒绝 5:异常完结 6:已撤回
|
|
|
Remark string `json:"remark" xorm:"'Remark'"` // 备注
|
|
|
+ POINTDESC string `json:"pointdesc" xorm:"'POINTDESC'"` // 点价备注
|
|
|
AUDITREMARK string `json:"auditremark" xorm:"'AUDITREMARK'"` // 审核意见
|
|
|
AUDITTIME string `json:"audittime" xorm:"'AUDITTIME'"` // 审核时间
|
|
|
CREATETIME string `json:"createtime" xorm:"'CREATETIME'"` // 创建时间
|
|
|
@@ -734,6 +735,7 @@ SELECT to_char(t.SPOTCONTRACTID) SPOTCONTRACTID,
|
|
|
t.MARGIN,
|
|
|
t.contractmargin,
|
|
|
t.remark,
|
|
|
+ t.pointdesc,
|
|
|
t.auditremark,
|
|
|
to_char(t.contractattachment) attachment,
|
|
|
t.contractstatus,
|