ziwen 1 year ago
parent
commit
31cfbbc54b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controller/contract/register.go

+ 1 - 1
controller/contract/register.go

@@ -3640,7 +3640,7 @@ func (rg *RegisterController) Import(c *gin.Context) {
 							return
 						}
 
-						updateCols := []string{"IsDeleted", "ModifyTime"}
+						updateCols := []string{"PaymentAmount", "InvoicedAmount"}
 						if e = rowRegister.Update(updateCols); e != nil {
 							resp.FailMsg("操作失败", "更新合同登记失败, Err:"+e.Error(), c)
 							return