xin
2025-09-12 54e2adf7f701d99fcc83efcc18abbe8af93079ae
退单sql
1 files modified
2 ■■■ changed files
oying-system/src/main/resources/mapper/sh/OrderReturnMapper.xml 2 ●●● patch | view | raw | blame | history
oying-system/src/main/resources/mapper/sh/OrderReturnMapper.xml
@@ -171,7 +171,7 @@
    </select>
    <select id="countAll" resultType="java.lang.Long">
        select count(1) from (
        select distinct o.*
        select distinct o.*,
        p.product_code, p.product_barcode, p.product_name, p.product_title, p.product_description
        from ( select
        <include refid="Base_Column_List"/>