|
@@ -1847,7 +1847,7 @@ public class BizOutsourcedOrderController extends BaseController {
|
|
|
public TableDataInfo getProductionPlan(BizProductionPlanDetail bizProductionPlanDetail) throws NoSuchFieldException, IllegalAccessException {
|
|
|
SysDept condition = new SysDept();
|
|
|
condition.setDeptCode("170000");
|
|
|
- condition.setTenantId(Long.parseLong(request.getHeader("tenant-id")));
|
|
|
+ condition.setTenantId(Long.parseLong(request.getHeader("tenantId")));
|
|
|
SysDept dept = deptService.getDeptList(condition).stream().findFirst().orElse(null);
|
|
|
bizProductionPlanDetail.setDeptId(dept != null ? dept.getValue() : null);
|
|
|
startPage();
|