去除引用common.props
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
using JNPF.Common.Core.Manager;
|
||||
using JNPF.DependencyInjection;
|
||||
using JNPF.DynamicApiController;
|
||||
using JNPF.VisualDev.Interfaces;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using SqlSugar;
|
||||
using Tnb.BasicData.Entities;
|
||||
@@ -28,7 +26,7 @@ namespace Tnb.BasicData
|
||||
public async Task<dynamic> Stop(Dictionary<string, string> dic)
|
||||
{
|
||||
string id = dic["id"];
|
||||
await _repository.UpdateAsync(x => new BasPushRuleLog()
|
||||
_ = await _repository.UpdateAsync(x => new BasPushRuleLog()
|
||||
{
|
||||
is_push = 0,
|
||||
}, x => x.biz_id == id);
|
||||
|
||||
Reference in New Issue
Block a user