chenlu
2025-02-13 c25ef736f5b3701cc91ac88e9d278b45d9b4035c
north-glass-erp/src/main/resources/mapper/sd/OrderMapper.xml
@@ -217,7 +217,7 @@
            sum(o.quantity) as quantity,
            sum(o.area) as area,
            sum(o.money) as money,
            fgi.goodsQuantity,
            ifnull(fgi.goodsQuantity ,0) as goodsQuantity ,
            ROUND(sum(perimeter),2) as perimeter,
            #{pageSize} as pageSize
        from
@@ -330,6 +330,13 @@
        where order_id = #{id}
    </update>
    <update id="backReviewOrderById">
        update `order` set order_review = 0,
                           verifier_id = null,
                           verifier = null
        where order_id = #{id}
    </update>
    <update id="reviewProcessById">
        update `order` set process_review = #{status} where order_id = #{id}
    </update>