浏览代码

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>