内部码打印全部可打印,切换分支备份

dev2.0
anthonywj 2 years ago
parent fa4b03deac
commit e6b89730ba

@ -215,7 +215,6 @@ public class BasicBussinessTypeController extends BaseController {
}
}
}
}
} else {
result.addAll(bussinessTypeEntities);

@ -3,6 +3,7 @@ package com.glxp.api.controller.sync;
import cn.hutool.core.util.StrUtil;
import com.github.pagehelper.PageInfo;
import com.glxp.api.annotation.Log;
import com.glxp.api.annotation.RepeatSubmit;
import com.glxp.api.common.res.BaseResponse;
import com.glxp.api.common.util.ResultVOUtils;
import com.glxp.api.constant.BusinessType;

@ -671,7 +671,7 @@ public class IoOrderServiceImpl implements IoOrderService {
break;
case Constant.ORDER_STATUS_INCODE:
filterOrderRequest.setStatuses(Arrays.asList(1, 3));
// filterOrderRequest.setStatuses(Arrays.asList(1, 3));
filterOrderRequest.setDealStatuses(Arrays.asList(1, 2, 3, 4));
break;
case Constant.ORDER_STATUS_WAIT_AUDITED:

@ -136,3 +136,20 @@ CREATE TABLE IF NOT EXISTS `device_project_set`
CALL Pro_Temp_ColumnWork('device_inspect_task', 'id', 'bigint', 2);
CALL Pro_Temp_ColumnWork('device_inspect_task_detail', 'id', 'bigint', 2);
INSERT ignore INTO `auth_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
`create_time`, `update_by`, `update_time`, `remark`)
VALUES (1888, '任务查询', 2004, 9, 'inventory/DeviceInspectTakeSelect', 'inventory/DeviceInspectTakeSelect', NULL, 1, 0,
'C', '0', '0', NULL, NULL, '超级用户', '2023-08-07 16:02:36', NULL, NULL, NULL);
INSERT ignore INTO `auth_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
`create_time`, `update_by`, `update_time`, `remark`)
VALUES (1889, '我的任务', 2004, 4, 'inventory/DeviceInspectTake', 'inventory/DeviceInspectTake', NULL, 1, 0, 'C', '0', '0',
NULL, NULL, '超级用户', '2023-08-08 14:50:39', NULL, NULL, NULL);
INSERT ignore INTO `auth_menu`(`menu_id`, `menu_name`, `parent_id`, `order_num`, `path`, `component`, `query_param`,
`is_frame`, `is_cache`, `menu_type`, `visible`, `status`, `perms`, `icon`, `create_by`,
`create_time`, `update_by`, `update_time`, `remark`)
VALUES (2004, '任务管理', 1703, 5, 'taskManage', NULL, NULL, 1, 0, 'M', '0', '0', NULL, NULL, '超级用户', '2023-08-18 14:40:53',
NULL, NULL, NULL);

Loading…
Cancel
Save