@ -80,7 +80,7 @@ namespace Myshipping.Application
try
{
var id = await InnerSave(info);
var id = await InnerSave(info, true);
result.succ = true;
result.msg = "保存成功";