This commit is contained in:
@ -510,11 +510,11 @@ namespace Epost.BLL
|
||||
List<LabelParamModel> list = new List<LabelParamModel>();
|
||||
//查询当前通道sku是否有任务
|
||||
DataTable dt = orderbll.getOrderListBysku(block, sku,area, matchid);
|
||||
if (dt == null || dt.Rows.Count == 0)
|
||||
{
|
||||
dt = orderbll.getOrderHisListBysku(block, sku, area, matchid);
|
||||
//回显挂起
|
||||
}
|
||||
//if (dt == null || dt.Rows.Count == 0)
|
||||
//{
|
||||
// dt = orderbll.getOrderHisListBysku(block, sku, area, matchid);
|
||||
// //回显挂起
|
||||
//}
|
||||
|
||||
if (dt != null && dt.Rows.Count > 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user