|
|
@@ -187,7 +187,6 @@ class WorkOrder extends Api
|
|
|
//印件资料
|
|
|
$printList = \db('工单_印件资料')
|
|
|
->where('Yj_Gdbh',$Gd_gdbh)
|
|
|
-// ->cache(true,84600)
|
|
|
->select();
|
|
|
if (!empty($printList)){
|
|
|
foreach ($printList as $key=>$value){
|
|
|
@@ -228,7 +227,7 @@ class WorkOrder extends Api
|
|
|
//工艺资料
|
|
|
$processList = \db('工单_工艺资料')
|
|
|
->where('Gy0_gdbh',$Gd_gdbh)
|
|
|
-// ->cache(true,84600)
|
|
|
+ ->order('Gy0_yjno,Gy0_gxh')
|
|
|
->select();
|
|
|
if (!empty($processList)){
|
|
|
foreach ($processList as $key=>$value){
|