Ver código fonte

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

ct 22 horas atrás
pai
commit
58d88616de

+ 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>