Commit 3a543738 authored by tangwei's avatar tangwei

修改线路单位

parent 8004815c
......@@ -75,7 +75,7 @@ public class PlanTaskController extends AbstractBaseController {
@ApiParam(value = "查询条件", required = false) @RequestBody(required = false) PlanTaskPageParam params,
@ApiParam(value = "分页参数", required = true) CommonPageable commonPageable) {
ReginParams reginParams = getSelectedOrgInfo();
params.setBizOrgCode(reginParams.getPersonIdentity().getCompanyBizOrgCode());
params.setBizOrgCode(reginParams.getPersonIdentity().getBizOrgCode());
if (!ObjectUtils.isEmpty(commonPageable)) {
params.setPageNumber(commonPageable.getPageNumber()-1);
......
......@@ -143,7 +143,8 @@
when 0 THEN '否'
else '是' END) as isFixedDateName,
IFNULL(a.plan_end,"") planEnd,a.plan_end planEnd,a.plan_type planType,
b.name routeName,a.route_id routeId,a.is_fixed_date isFixedDate,a.remark,a.remark1
b.name routeName,a.route_id routeId,a.is_fixed_date isFixedDate,a.remark,a.remark1,
b.dept_name bizOrgCode
FROM
p_plan a,
p_route b
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment