|
|
@ -367,7 +367,7 @@ namespace Win.Sfs.SettleAccount.Entities.SettleAccounts |
|
|
|
var sql = "DECLARE @return_value int\n" + |
|
|
|
"EXEC @return_value = [dbo].[p_wms_output_cancel_all]\n" + |
|
|
|
" @billnum = N'{0}',\n" + |
|
|
|
" @type = 5,\n" + |
|
|
|
" @type = 5\n" + |
|
|
|
"SELECT 'Return Value' = @return_value"; |
|
|
|
await _wmsRepository.GetDbContext().Database.ExecuteSqlRawAsync( |
|
|
|
string.Format(sql, input.BillNum) |
|
|
|