配方版本数字
This commit is contained in:
parent
a4ba7bf933
commit
4962221fcd
@ -26,7 +26,7 @@ namespace DOAN.Model.MES.recipe.Dto
|
||||
|
||||
public string Version { get; set; }
|
||||
|
||||
public string Status { get; set; }
|
||||
public int Status { get; set; }
|
||||
|
||||
public string CreatedBy { get; set; }
|
||||
|
||||
|
||||
@ -93,7 +93,7 @@ namespace DOAN.Service.MES.recipe
|
||||
{
|
||||
predicate.And(x => x.Version == parm.Version);
|
||||
}
|
||||
if (!string.IsNullOrEmpty(parm.Status))
|
||||
if (!string.IsNullOrEmpty(parm.Status.ToString()))
|
||||
{
|
||||
predicate.And(x => x.Status == parm.Status);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user