|
@@ -129,16 +129,11 @@ public class BizTechnologicalAmendController extends BaseController
|
|
|
}
|
|
|
lot.setCarrierName(carrierName.toString());
|
|
|
//设置furnaceNoInfo
|
|
|
- lot.setFurnaceNoInfo(bizFurnaceNoInfoService.getList(furnaceNoInfo).get(0));
|
|
|
+ lot.setFurnaceNoInfo(bizFurnaceNoInfoService.getList(furnaceNoInfo).size()>0?bizFurnaceNoInfoService.getList(furnaceNoInfo).get(0):null);
|
|
|
lot.getProductionPlanDetail().setRequisitionDepartmentName(sysDeptService.selectDeptById(daywork.getDeptId()).getDeptName());
|
|
|
-
|
|
|
return success(lot);
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
/**
|
|
|
* 导出修改后工艺列表
|
|
|
*/
|