refactor(oa): 仓库主表相关重构
- 移除了 ISysOaWarehouseMasterService 中的 updateReturnType 和 updateWithdrawLock 方法 - 更新了 SysOaWarehouseMaster、SysOaWarehouseMasterBo 和 SysOaWarehouseMasterVo 中的 withdrawlock 字段,改为 withdrawLock - 删除了 SysOaWarehouseMasterController 中的 updateReturnType 和 updateWithdrawLock 接口 - 更新了 SysOaWarehouseMasterMapper.xml 中的相关 SQL 语句- 移除了 SysOaWarehouseMasterServiceImpl 中的 updateReturnType 和 updateWithdrawLock 方法
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user