refactor(oa): 仓库主表相关重构

- 移除了 ISysOaWarehouseMasterService 中的 updateReturnType 和 updateWithdrawLock 方法
- 更新了 SysOaWarehouseMaster、SysOaWarehouseMasterBo 和 SysOaWarehouseMasterVo 中的 withdrawlock 字段,改为 withdrawLock
- 删除了 SysOaWarehouseMasterController 中的 updateReturnType 和 updateWithdrawLock 接口
- 更新了 SysOaWarehouseMasterMapper.xml 中的相关 SQL 语句- 移除了 SysOaWarehouseMasterServiceImpl 中的 updateReturnType 和 updateWithdrawLock 方法
This commit is contained in:
2025-08-19 16:50:44 +08:00
parent 268a7a3117
commit e2500e06df
7 changed files with 9 additions and 31 deletions

View File

@@ -22,6 +22,8 @@
<result property="status" column="status"/>
<result property="nearestEndTime" column="nearest_end_time"/>
<result property="logCount" column="logCount"/>
<result property="returnType" column="return_type"/>
<result property="withdrawLock" column="withdraw_lock"/>
<collection property="warehouseList"
column="master_id"
@@ -73,6 +75,8 @@
sowm.sign_user,
sowm.remark,
sowm.status,
sown.return_type,
sown.withdraw_lock,
${ew.sqlSelect},
sop.project_name,
IFNULL(log_count.log_count, 0) AS logCount