2
3
Переглянути джерело

后:信息变更逻辑删除的资质-通过后真删除

wd 4 роки тому
батько
коміт
3ac58a9aef

+ 2 - 0
src/dashoo.cn/backend/api/controllers/oilsupplier/infochange.go

@@ -1934,6 +1934,8 @@ func (this *InfoChangeController) CommonAuditEntity() {
 		}
 
 		this.updateChangeInfo(infoChangeEntityAfterUpdate.SupplierId, infoId)
+		where := "SupplierId = " + strconv.Itoa(infoChangeEntityAfterUpdate.SupplierId) + " and IsDelete = 1"
+		svc.DeleteEntityBytbl(OilSupplierFileName, where)
 	}
 }