|
@@ -83,7 +83,7 @@ class Queueu9 extends Start_Controller {
|
|
die;
|
|
die;
|
|
echo "<pre>";
|
|
echo "<pre>";
|
|
//第一步生成 许昌成品库的调出单
|
|
//第一步生成 许昌成品库的调出单
|
|
- $list = $this->zzquque_u9->find_all("type = 10 and dc_status = 0 and cg_status = 0 and xs_status = 0 ",'*','id asc',0,1);
|
|
|
|
|
|
+ $list = $this->zzquque_u9->find_all("type = 10 and dc_status = 0 and cg_status = 0 and xs_status = 0 ",'*','id asc',0,100);
|
|
$do_list = [];
|
|
$do_list = [];
|
|
foreach($list as $k=>$v){
|
|
foreach($list as $k=>$v){
|
|
$tmp_info = $this->logic_order->getInfoByPlat($v['platform'],$v['order_no']);
|
|
$tmp_info = $this->logic_order->getInfoByPlat($v['platform'],$v['order_no']);
|
|
@@ -93,7 +93,7 @@ class Queueu9 extends Start_Controller {
|
|
|
|
|
|
$this->logic_u9xg->xdlsOneStep($do_list);
|
|
$this->logic_u9xg->xdlsOneStep($do_list);
|
|
|
|
|
|
-
|
|
|
|
|
|
+ die;
|
|
//新加一步 查询修改调出单的审核结果
|
|
//新加一步 查询修改调出单的审核结果
|
|
$list = $this->zzquque_u9->find_all("type = 10 and dc_status = 1 and cg_status = 0 and xs_status = 0 ",'*','id asc');
|
|
$list = $this->zzquque_u9->find_all("type = 10 and dc_status = 1 and cg_status = 0 and xs_status = 0 ",'*','id asc');
|
|
$this->logic_u9xg->xdlsOneExtraStep($list);
|
|
$this->logic_u9xg->xdlsOneExtraStep($list);
|