feat(wms): 更新数据表名和接口前缀

- 将表名从"oa_"前缀改为"wms_"前缀
- 更新相关控制器的@RequestMapping路径
- 移除WmsReportSummaryMapper.xml中的projectId查询条件
- 注释掉rxgood页面的"涉及项目"列
This commit is contained in:
JR
2025-08-11 18:42:22 +08:00
parent dc1ba364fc
commit f521692e08
10 changed files with 9 additions and 12 deletions

View File

@@ -45,9 +45,6 @@
<if test="bo.reporter != null and bo.reporter != ''">
AND s.reporter LIKE CONCAT('%', #{bo.reporter}, '%')
</if>
<if test="bo.projectId != null">
AND s.project_id = #{bo.projectId}
</if>
<if test="bo.type != null">
AND s.type = #{bo.type}
</if>