|
|
@@ -45,6 +45,7 @@ type ErmcpOPApplyModel struct {
|
|
|
DELIVERYGOODSID int `json:"deliverygoodsid" xorm:"'DELIVERYGOODSID'"` // 现货商品ID
|
|
|
DELIVERYGOODSCODE string `json:"deliverygoodscode" xorm:"'DELIVERYGOODSCODE'"` // 现货品种代码
|
|
|
DELIVERYGOODSNAME string `json:"deliverygoodsname" xorm:"'DELIVERYGOODSNAME'"` // 现货品种名称
|
|
|
+ AUDITREMARK string `json:"auditremark" xorm:"'AUDITREMARK'"` // 审核备注
|
|
|
|
|
|
FilterAppStatus string `json:"-"` // 状态过滤条件
|
|
|
UserType int32 `json:"-"`
|
|
|
@@ -76,6 +77,7 @@ func (r *ErmcpOPApplyModel) buildSql(opType int32) string {
|
|
|
" to_char(t.auditid) auditid," +
|
|
|
" to_char(t.AUDITTIME, 'yyyy-mm-dd hh24:mi:ss') AUDITTIME," +
|
|
|
" t.CONTRACTTYPE," +
|
|
|
+ " t.auditremark," +
|
|
|
" to_char(t.attachurl) attachurl," +
|
|
|
" s.CONTRACTNO," +
|
|
|
" s.PRICETYPE," +
|