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