فهرست منبع

update:同步支付状态异常查询

ct 1 روز پیش
والد
کامیت
58d88616de
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      fs-service/src/main/resources/mapper/his/FsStorePaymentErrorMapper.xml

+ 1 - 0
fs-service/src/main/resources/mapper/his/FsStorePaymentErrorMapper.xml

@@ -27,6 +27,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="msg != null  and msg != ''"> and msg = #{msg}</if>
             <if test="orderId != null "> and order_id = #{orderId}</if>
             <if test="businessType != null "> and business_type = #{businessType}</if>
+            <if test="status != null "> and status = #{status}</if>
         </where>
     </select>