投标修改

This commit is contained in:
2025-08-23 06:24:58 +08:00
parent d47fdbd9c3
commit c9c0224145
3 changed files with 25 additions and 5 deletions

View File

@ -261,12 +261,21 @@ springdoc:
packages-to-scan: org.dromara.out
- group: 19.消息模块
packages-to-scan: org.dromara.message
- group: 20.合同模块
packages-to-scan: org.dromara.ctr
- group: 21.招标模块
# - group: 20.手续模块
# packages-to-scan: org.dromara.formalities
- group: 21.分标策划模块
packages-to-scan: org.dromara.tender
- group: 22.大屏模块
packages-to-scan: org.dromara.bigscreen
- group: 22.投标管理模块
packages-to-scan: org.dromara.bidding
# - group: 20.合同模块
# packages-to-scan: org.dromara.ctr
# - group: 21.招标模块
# packages-to-scan: org.dromara.tender
# knife4j的增强配置不需要增强可以不配
knife4j:
enable: true

View File

@ -95,4 +95,15 @@ public class Ys7Test {
// System.out.println(b);
}
@Resource
private IBusSegmentedIndicatorPlanningService busSegmentedIndicatorPlanningService;
@Test
public void test666(){
BusSegmentedIndicatorPlanningBo bo = new BusSegmentedIndicatorPlanningBo();
bo.setId(1958169755747459073L);
List<BusBillofquantitiesLimitListVo> more = busSegmentedIndicatorPlanningService.getMore(bo);
System.out.println(more);
}
}