mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-04 22:49:49 +08:00
【升级】nuget升级项目组件到最新版本。发布v0.6.8版本
This commit is contained in:
@@ -154,7 +154,7 @@ namespace CoreCms.Net.Services
|
||||
await _dal.UpdateAsync(p => new WeChatTransactionComponentAuditCategory()
|
||||
{
|
||||
status = response.Data.Status,
|
||||
brandId = response.Data.BrandId,
|
||||
brandId = (int)response.Data.BrandId,
|
||||
rejectReason = response.Data.RejectReason
|
||||
}, p => p.id == entity.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user