Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
yangxiujun
/
paidan_demo
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
bfa0d97c8a2b64dca0201ba014fd9f41569ab55a
Switch branch/tag
paidan_demo
14 Jul, 2023 1 commit
组织树,将请求的参数都返回,方便前端进行页面处理
· bfa0d97c
丁伟峰
committed
Jul 14, 2023
bfa0d97c
13 Jul, 2023 6 commits
Null异常,增加日志跟踪分析
· aa88abae
丁伟峰
committed
Jul 13, 2023
aa88abae
Browse Files
虚拟指派异常捕获,不影响主流程
· df5651fa
丁伟峰
committed
Jul 13, 2023
df5651fa
Browse Files
虚拟指派异常捕获,不影响主流程
· 03360c7c
丁伟峰
committed
Jul 13, 2023
03360c7c
Browse Files
字段填写补充
· 355444e3
丁伟峰
committed
Jul 13, 2023
355444e3
Browse Files
年龄如果获取不到,填写0
· 6fdfc841
丁伟峰
committed
Jul 13, 2023
6fdfc841
Browse Files
创建订单的时候,尝试虚拟指派
· 7f8a7f8f
丁伟峰
committed
Jul 13, 2023
7f8a7f8f
12 Jul, 2023 18 commits
移除已经废弃的表product_category相关的代码
· 720102c6
丁伟峰
committed
Jul 12, 2023
720102c6
Browse Files
改用view创建一个id字段,java这边不做特殊处理
· 891a70e6
丁伟峰
committed
Jul 12, 2023
891a70e6
生成自定义的伪列
· 7e106da0
丁伟峰
committed
Jul 12, 2023
7e106da0
Browse Files
视图view无Id字段的处理
· 7add6a71
丁伟峰
committed
Jul 12, 2023
7add6a71
Browse Files
地址分单、坐标分单,分别处理
· 4606b554
丁伟峰
committed
Jul 12, 2023
4606b554
Browse Files
地址分单、坐标分单,分别处理
· 1a054066
丁伟峰
committed
Jul 12, 2023
1a054066
Browse Files
bugfix: 返回报文的异常处理
· b59fb88a
丁伟峰
committed
Jul 12, 2023
b59fb88a
Browse Files
fix
· 9db5a71b
丁伟峰
committed
Jul 12, 2023
9db5a71b
Browse Files
创建订单之前的容量查询,改用新的数据表和逻辑实现
· a438f777
丁伟峰
committed
Jul 12, 2023
a438f777
bugfix:Class的生命周期是Spring在管理,在多次请求中,会复用;因此,2个hashmap,需要改成局部初始化模式;
· df81069f
丁伟峰
committed
Jul 12, 2023
df81069f
分页的当前页:page.getNumber()
· 668794c0
丁伟峰
committed
Jul 12, 2023
668794c0
LocalDateTime转换处理
· f6acd499
丁伟峰
committed
Jul 12, 2023
f6acd499
更改类型,以便处理null
· 4ae7289e
丁伟峰
committed
Jul 12, 2023
4ae7289e
fix
· 7a94fd09
丁伟峰
committed
Jul 12, 2023
7a94fd09
Browse Files
layerId, skillGroupCode,翻译为对应的中文返回
· 10c06d10
丁伟峰
committed
Jul 12, 2023
10c06d10
增加了skillInfo的全表返回,以便前端予以展现
· b1e7c906
丁伟峰
committed
Jul 12, 2023
b1e7c906
修订jpa接口
· 528a3fe4
丁伟峰
committed
Jul 12, 2023
528a3fe4
Browse Files
基础性的技能树列表返回,用于创建订单时候的条件选择
· bbf7f4a2
丁伟峰
committed
Jul 12, 2023
bbf7f4a2
11 Jul, 2023 15 commits
将原先的创建订单查询容量,与各个机构/工作队的容量统计展示,剥离到不同的模块
· 9a762940
丁伟峰
committed
Jul 11, 2023
9a762940
根据数据表生成entity
· 5897512c
丁伟峰
committed
Jul 11, 2023
5897512c
清理移除了原先甘特图、日历相关的代码
· 0fd3b4a0
丁伟峰
committed
Jul 11, 2023
0fd3b4a0
Browse Files
增加日志
· f4e9243d
丁伟峰
committed
Jul 11, 2023
f4e9243d
bugfix: 列表添加
· 6ca2a3df
丁伟峰
committed
Jul 11, 2023
6ca2a3df
bugfix: 列表添加
· 7d9487b1
丁伟峰
committed
Jul 11, 2023
7d9487b1
Browse Files
bugfix: 列表添加
· 80e3ec30
丁伟峰
committed
Jul 11, 2023
80e3ec30
Browse Files
返回结果过滤掉状态为0(已删除)的team
· b4449251
丁伟峰
committed
Jul 11, 2023
b4449251
技术员甘特图修改:
· 79e41ac3
...
1、请求、响应报文定义在一个DTO中; 2、根据前端传递的组织结构和key进行查询过滤
丁伟峰
committed
Jul 11, 2023
79e41ac3
bugfix:周x;hutool里面,1==>周日;此处自己实现
· 501b3971
丁伟峰
committed
Jul 11, 2023
501b3971
Browse Files
动态条件查询修订
· dbd42313
丁伟峰
committed
Jul 11, 2023
dbd42313
Browse Files
Jpa接口参数位置调整
· 35878afd
丁伟峰
committed
Jul 11, 2023
35878afd
Browse Files
动态查询修改
· ad62fb23
丁伟峰
committed
Jul 11, 2023
ad62fb23
增加了分页、按工号手机号姓名模糊匹配的功能
· a139bfbd
丁伟峰
committed
Jul 11, 2023
a139bfbd
Browse Files
增加了分页、按工号手机号姓名模糊匹配的功能
· 20f38411
丁伟峰
committed
Jul 11, 2023
20f38411