- 05 Nov, 2024 2 commits
-
-
yuanshuo authored
1.因为添加了enterpriseId和enterpriseName字段所以getById下的doview方法需要重新设置值。 2.修改删除车企文件库里的删除文件接口,删除填写表单的时候关联的车企文件
- 04 Nov, 2024 3 commits
-
-
yuanshuo authored
1.为总任务的实体类添加字段 enterpriseId、enterpriseName用于获取企业名称和企业id。 2.修改配置文件 token有效时长由30分钟变为120分钟。 3.将TaskServiceImpl层editTask方法中judgmentSample方法注掉,此时生产企业 由任务发起的时候直接赋值。
- 28 Oct, 2024 3 commits
-
-
yuanshuo authored
2.体系审查service层的setDetailsResult方法,如果reviewDetailsResult.getReviewEnterpriseArchiveId()为空,那么返回一个空数组 3.修改体系审查service层的doView(Pending)的代码如果没有整装样品返回为""
- 24 Oct, 2024 3 commits
-
-
yuanshuo authored
2.定时任务获取测试用例完成情况时,若科恩平台将用例恢复测试,子任务完成进度不会变。加条where语句
- 22 Oct, 2024 6 commits
- 21 Oct, 2024 6 commits
-
-
宋源硕 authored
1.将https://10.12.48.78改为https://10.12.48.77 See merge request !446
-
宋源硕 authored
1.将https://10.12.48.78改为https://10.12.48.77 See merge request !445
-
-
yuanshuo authored
2.修改/review/enterprise/archive/edit接口,解决数据不修改问题 3.修改https://10.12.48.78:8090/DescribeProjectTestResult改为https://10.12.48.78:8096/DescribeProjectTestResult能够正常调用科恩接口 4.修改/task/findCreate和/task/findPending接口解决完成度超过百分之百问题
-
- 13 Sep, 2024 2 commits
-
-
yuanshuo authored
- 04 Sep, 2024 2 commits
-
-
yuanshuo authored
1./review/scene/change/task/getUseCaseListAll 查询所有测试用例,用于发起删除或修改测试用例评审 2./review/scene/change/task/getKeypointListAll 查询所有要点接口,用于发起新增细则评审后发起删除要点评审 3./review/scene/change/task/deleteKeypointListAll 查询所有细则接口,用于删除细则和场景的新增、删除评审
- 03 Sep, 2024 5 commits
- 02 Sep, 2024 2 commits
-
-
yuanshuo authored
- 01 Sep, 2024 4 commits
- 31 Aug, 2024 2 commits
-
-
yuanshuo authored
用户查看我发起的评审、评审员查看待审、已办时按照时间排序。