提交代码
This commit is contained in:
@ -3,6 +3,7 @@ using System.Text;
|
||||
using WCS.BLL;
|
||||
using WCS.BLL.DbModels;
|
||||
using WCS.DAL.Db;
|
||||
using WCS.Model;
|
||||
|
||||
namespace WCS.WebApi.Controllers
|
||||
{
|
||||
@ -61,7 +62,12 @@ namespace WCS.WebApi.Controllers
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
//Logs.Write(e.Message);
|
||||
|
||||
//return new ResponseCommon()
|
||||
//{
|
||||
// Code = 300,
|
||||
// Message = $"操作失败:{e.Message}"
|
||||
//};
|
||||
}
|
||||
|
||||
finally
|
||||
|
Reference in New Issue
Block a user