修改预甩任务

master
jianghaiqing 8 months ago
parent d5b93a3dff
commit 8750382281

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

Loading…
Cancel
Save