|
|
|
@ -170,7 +170,7 @@ namespace Myshipping.Application
|
|
|
|
|
var shipList = _taskRollingNominationShipInfoRepository.AsQueryable()
|
|
|
|
|
.Where(a => a.NOM_ID == rollModel.PK_ID && a.GROUP_INDX == 1 && !a.IsDeleted).ToList();
|
|
|
|
|
|
|
|
|
|
if(shipList == null)
|
|
|
|
|
if(shipList.Count == 0)
|
|
|
|
|
shipList = _taskRollingNominationShipInfoRepository.AsQueryable()
|
|
|
|
|
.Where(a => a.NOM_ID == rollModel.PK_ID && a.GROUP_INDX == 0 && !a.IsDeleted).ToList();
|
|
|
|
|
|
|
|
|
|