xiaoyong931011
2022-08-30 64d8befc8776e4f756f39e7cce1c24f1b809ab6e
src/main/resources/mapper/modules/MallRefundMapper.xml
@@ -5,7 +5,6 @@
    <select id="selectByItemIdAndOrderIdAndState" resultType="cc.mrbird.febs.mall.entity.MallRefundEntity">
        select a.* from mall_refund a
            where item_id=#{itemId} and order_id=#{orderId} and state=#{state}
        <where>
            <if test="itemId != null and itemId != ''">
                and a.item_id = #{itemId}