|
|
@@ -827,7 +827,7 @@ namespace SiteCore.Handler
|
|
|
LogHelper.addLog(tid, UserID, "上传文件地址修改备注:" + systemRemark, 6);
|
|
|
ceErpTradeCell.Update();
|
|
|
}
|
|
|
- ceErpTrade.Attachments = "https://dfdiyfile.oss-cn-fuzhou.aliyuncs.com/" + atta;
|
|
|
+ ceErpTrade.Attachments = "https://ltcloudfile.oss-cn-hangzhou.aliyuncs.com/" + atta;
|
|
|
ceErpTrade.Update();
|
|
|
LogHelper.addLog(tid, UserID, "上传文件地址:" + ceErpTrade.Attachments, 6);
|
|
|
returnSuccessMsg("上传成功!");
|
|
|
@@ -2451,7 +2451,7 @@ namespace SiteCore.Handler
|
|
|
trade.posCode = bizOrder.shopCode;
|
|
|
if (!string.IsNullOrEmpty(bizOrder.addressFileUrl))
|
|
|
{
|
|
|
- trade.Attachments = "https://dfdiyfile.oss-cn-fuzhou.aliyuncs.com/" + bizOrder.addressFileUrl;
|
|
|
+ trade.Attachments = "https://ltcloudfile.oss-cn-hangzhou.aliyuncs.com/" + bizOrder.addressFileUrl;
|
|
|
}
|
|
|
if (isCreate)
|
|
|
{
|