chenlu
2024-07-02 0d91c32f348565109b40c5e1c516bfdd28538bd3
north-glass-erp/src/main/resources/mapper/sd/OrderOtherMoneyMapper.xml
@@ -20,7 +20,7 @@
    </select>
    <select id="selectGrossAmount">
        select sum(money) from order_other_money where order_id = #{orderId}
        select ifnull(sum(money),0) from order_other_money where order_id = #{orderId}
    </select>