|
@@ -43,7 +43,7 @@ public interface WxApiDao {
|
|
|
@Select("select * from t_wechat_pay_order where trade_no=#{tradeNo}")
|
|
|
WxPayOrderPojo selectOrderByTradeNo(@Param("tradeNo") String tradeNo);
|
|
|
|
|
|
- @Select("select * from t_wechat_pay_order where pay_status in (99, 0, 5, 6) and isnull(query_state_times,0) < 3")
|
|
|
+ @Select("select * from t_wechat_pay_order where pay_status in (99, 0, 5, 6) and isnull(query_state_times,0) < 10")
|
|
|
List<WxPayOrderPojo> selectOrdersForScheduleTask();
|
|
|
|
|
|
@Select("select open_id from t_wechat_patient_bind where patient_id=#{cardNo} and del_flag=0")
|