|
@@ -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
|