เช็ strp report
This commit is contained in:
parent
ae1cccb600
commit
31ac8f9299
1 changed files with 4 additions and 4 deletions
|
|
@ -8862,10 +8862,10 @@ namespace BMA.EHR.Application.Repositories.Commands
|
|||
if (!notProcess.Contains(command.CommandStatus.Sequence))
|
||||
{
|
||||
var num = command.CommandStatus.Sequence + 1;
|
||||
if (command.CommandType.CommandCode == "C-PM-38" && command.CommandStatus.Sequence == 1)
|
||||
{
|
||||
num = num + 1;
|
||||
}
|
||||
// if (command.CommandType.CommandCode == "C-PM-38" && command.CommandStatus.Sequence == 1)
|
||||
// {
|
||||
// num = num + 1;
|
||||
// }
|
||||
|
||||
var nextStatus = await _dbContext.Set<CommandStatus>().FirstOrDefaultAsync(c => c.Sequence == num);
|
||||
command.CommandStatus = nextStatus!;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue