Przeglądaj źródła

tt

release_toaliyun_real
xhxu 5 lat temu
rodzic
commit
bbc270c8c0
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      mallinkService/src/main/resources/mapper/TtOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/TtOrderMapper.xml Wyświetl plik

@@ -246,7 +246,7 @@
where orderStatus=0 and create_date < #{expireDate}
</update>

<select id="findExpireIdList" parameterType="java.util.HashMap" resultMap="Long">
<select id="findExpireIdList" parameterType="java.util.HashMap" resultType="Long">
select id
from tt_order
where orderStatus=#{orderStatus} and create_date &lt; #{expireDate}


Ładowanie…
Anuluj
Zapisz