|
|
@ -254,7 +254,8 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliver
|
|
|
|
SuSong su = FreeDb.FreeSqlUnit.Instance.
|
|
|
|
SuSong su = FreeDb.FreeSqlUnit.Instance.
|
|
|
|
Queryable<SuSong>().Where(s => s.No == no)
|
|
|
|
Queryable<SuSong>().Where(s => s.No == no)
|
|
|
|
.Where(x => x.Start == 1)
|
|
|
|
.Where(x => x.Start == 1)
|
|
|
|
.Where(s => s.EndInfo == 0).OrderByDescending(s => s.CreateTime).First();
|
|
|
|
.Where(s => s.EndInfo == 0).
|
|
|
|
|
|
|
|
OrderByDescending(s => s.CreateTime).First();
|
|
|
|
|
|
|
|
|
|
|
|
if (su != null)
|
|
|
|
if (su != null)
|
|
|
|
{
|
|
|
|
{
|
|
|
|