Преглед на файлове

[分账对账单][修改][排队接收者为0的数据]

release_toaliyun_real
gongbiao преди 7 години
committed by Stormeye Wu
родител
ревизия
087d9214bb
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  1. +1
    -3
      mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml

+ 1
- 3
mallinkService/src/main/resources/mapper/WxProfitSharingOrderMapper.xml Целия файл

@@ -190,12 +190,10 @@
</resultMap>
<select id="findOrderDetails" resultMap="orderDetailsMap">
select psr.id,psr.tenant_id,psr.pay_amount,psr.create_time,sharing_status,finish_time,failed_reason,description,
psre.receiver_type,psre.receiver_account,psre.receiver_comments,psre.sharing_type,psre.`status`
from wx_profit_sharing_result psr left join wx_profit_sharing_receiver psre on psr.sharing_receiver_id=psre.id
where psr.sharing_order_id=#{value}
where psr.sharing_order_id=#{value} and psr.sharing_receiver_id!=0
</select>

</mapper>

Зареждане…
Отказ
Запис