廖井涛
2025-12-01 d111849e6e78ed02a63661e31c81dadd65f53104
Merge branch 'master' of http://10.153.19.25:10105/r/ERP_override
1个文件已修改
8 ■■■■ 已修改文件
north-glass-erp/src/main/resources/mapper/pp/Report.xml 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/src/main/resources/mapper/pp/Report.xml
@@ -2792,11 +2792,11 @@
        <if test="teamOutputDTO.batch != null and teamOutputDTO.batch != ''">
            AND o.batch REGEXP #{teamOutputDTO.batch}
        </if>
        <if test="damageReportDTO.childWidth != null and damageReportDTO.childWidth != ''">
            and ogd.child_width regexp REGEXP_REPLACE(#{damageReportDTO.childWidth},'\\.0+$','')
        <if test="teamOutputDTO.width != null and teamOutputDTO.width != ''">
            and ogd.child_width regexp REGEXP_REPLACE(#{teamOutputDTO.width},'\\.0+$','')
        </if>
        <if test="damageReportDTO.childHeight != null and damageReportDTO.childHeight != ''">
            and ogd.child_height regexp REGEXP_REPLACE(#{damageReportDTO.childHeight},'\\.0+$','')
        <if test="teamOutputDTO.height != null and teamOutputDTO.height != ''">
            and ogd.child_height regexp REGEXP_REPLACE(#{teamOutputDTO.height},'\\.0+$','')
        </if>
        <choose>
            <when test="laminating == ''">