rentaiming
2024-07-05 39c51c9706372fb2613ae086f38beb778fc872a9
修改bug
2个文件已修改
10 ■■■■■ 已修改文件
ruoyi-modules/ruoyi-order/src/main/resources/conf/param.properties 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-modules/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ruoyi-modules/ruoyi-order/src/main/resources/conf/param.properties
@@ -14,7 +14,7 @@
# 支付宝回调地址          
#notify_url = http://10.136.177.152:9000/order/forepart/paylog/alipay/notify
notify_url=http://221.182.45.100:9000/order/forepart/paylog/alipay/notify
notify_url=http://221.182.45.100:9000/order/forepart/paylog/wxpay/notify
# 签约的appid
app_id = 2021004150664294
@@ -38,7 +38,7 @@
# 微信回调地址
#wx_notify_url = http://10.136.177.152:9000/order/forepart/paylog/wxpay/notify
wx_notify_url=http://221.182.45.100:9000/order/forepart/paylog/alipay/notify
wx_notify_url=http://221.182.45.100:9000/order/forepart/paylog/wxpay/notify
# 小程序的APPID
ruoyi-modules/ruoyi-order/src/main/resources/mapper/order/OrderMapper.xml
@@ -99,10 +99,12 @@
    <where>
      o.goods_sku_id = #{goodsSkuId}
      AND o.del_flag=0
      AND o.order_status = 2 or  o.order_status =1
      AND  o.member_id=#{memberId}
      AND o.order_from = 3
      AND   o.member_id=#{memberId}
      AND o.order_status in (2,3)
    </where>
  </select>
  <select id="getStaticsOrderList" resultType="com.ruoyi.system.api.domain.Order">
    SELECT o.*