新增文件预览列表修复了任务显示ossId但是无法现在的情况
新增项目编号索引
This commit is contained in:
@@ -55,9 +55,6 @@
|
||||
${ew.getCustomSqlSegment}
|
||||
</select>
|
||||
|
||||
<!-- ===================================================== -->
|
||||
<!-- 子查询:明细列表 by masterId -->
|
||||
<!-- ===================================================== -->
|
||||
<select id="selectDetailByMasterId"
|
||||
parameterType="long"
|
||||
resultType="com.ruoyi.oa.domain.vo.SysOaWarehouseDetailVo">
|
||||
@@ -67,6 +64,7 @@
|
||||
sowd.sign_price,
|
||||
sowd.amount,
|
||||
sowd.project_id,
|
||||
sow.brand,
|
||||
sow.name AS warehouseName,
|
||||
COALESCE(sow.model, sowt.model) AS model,
|
||||
COALESCE(sow.brand, sowt.brand) AS brand,
|
||||
|
||||
Reference in New Issue
Block a user