huangjiayang
2025-05-13 6025a942d4039b2499a7626a03d3e8a4788b396e
【UPDATE】钣金工单计划需求查询增加del_flag条件
已修改1个文件
1 ■■■■ 文件已修改
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanOrderManagerMapper.xml 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlatePlanOrderManagerMapper.xml
@@ -123,6 +123,7 @@
        <include refid="selectApsPlateStandardRequireVo"/>
        <where>
            <if test="workOrderNo != null  and workOrderNo != ''"> and detail.doc_no = #{workOrderNo}</if>
            and require.del_flag = '0'
        </where>
    </select>