|
@@ -113,7 +113,7 @@ class OrderSuperLoss extends Api
|
|
|
$where['a.成品名称'] = array('like','%'.$params['search'].'%');
|
|
$where['a.成品名称'] = array('like','%'.$params['search'].'%');
|
|
|
}
|
|
}
|
|
|
$where['b.行号' ] = 1;
|
|
$where['b.行号' ] = 1;
|
|
|
- $where['a.jjcp_smb' ] = '末 板';
|
|
|
|
|
|
|
+ $where['a.jjcp_smb' ] = array('IN', array('末 板', '末板'));
|
|
|
$limit = $params['limit'];
|
|
$limit = $params['limit'];
|
|
|
if (empty($limit)){
|
|
if (empty($limit)){
|
|
|
$limit = 15;
|
|
$limit = 15;
|