11
This commit is contained in:
@@ -92,7 +92,7 @@ namespace BLL
|
||||
public static List<Model.Batch_PointBatchItem> GetExportItem(string repairRecordId)
|
||||
{
|
||||
Model.HJGLDB db = Funs.DB;
|
||||
var exp =from x in db.Batch_PointBatchItem where x.RepairRecordId == repairRecordId select x;
|
||||
var exp =from x in db.Batch_PointBatchItem where x.RepairRecordId == repairRecordId && x.PointState == "2" select x;
|
||||
if (exp.Count() > 0)
|
||||
{
|
||||
return exp.ToList();
|
||||
|
||||
Reference in New Issue
Block a user