feat(wms): 更新数据表名和接口前缀
- 将表名从"oa_"前缀改为"wms_"前缀 - 更新相关控制器的@RequestMapping路径 - 移除WmsReportSummaryMapper.xml中的projectId查询条件 - 注释掉rxgood页面的"涉及项目"列
This commit is contained in:
@@ -32,7 +32,7 @@ import java.util.List;
|
||||
@Validated
|
||||
@RequiredArgsConstructor
|
||||
@RestController
|
||||
@RequestMapping("/system/reportSummary")
|
||||
@RequestMapping("/wms/reportSummary")
|
||||
public class WmsReportSummaryController extends BaseController {
|
||||
|
||||
private final IWmsReportSummaryService IWmsReportSummaryService;
|
||||
|
||||
Reference in New Issue
Block a user