修改企业微信消息通知

This commit is contained in:
邹宗楠
2023-02-07 17:46:52 +08:00
parent 7d058c82f4
commit e9044b68f0
2 changed files with 45 additions and 39 deletions

View File

@@ -1627,9 +1627,11 @@ func DeleteStoreVendorMap(ctx *jxcontext.Context, db *dao.DaoDB, storeID, vendor
}
}
//删除抖店映射
//if vendorID == model.VendorIDDD {
if _, err1 := dao.ExecuteSQL(db, "DELETE FROM freight_template WHERE freight_template.store_id = ? ", storeID); err != nil {
err = fmt.Errorf("%v,%v", err, err1)
}
//}
return num, err
}