测试
This commit is contained in:
@@ -43,3 +43,12 @@ spring:
|
|||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
configuration:
|
configuration:
|
||||||
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
|
||||||
|
feign:
|
||||||
|
client:
|
||||||
|
config:
|
||||||
|
default:
|
||||||
|
connectTimeout: 10000
|
||||||
|
readTimeout: 120000
|
||||||
|
mhd-third-party-service:
|
||||||
|
connectTimeout: 10000
|
||||||
|
readTimeout: 120000
|
||||||
@@ -85,7 +85,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||||||
and a.inner_number like concat('%', #{innerNumber}, '%')
|
and a.inner_number like concat('%', #{innerNumber}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="partyName != null and partyName != ''">
|
<if test="partyName != null and partyName != ''">
|
||||||
and a.inner_number like concat('%', #{partyName}, '%')
|
and a.party_name like concat('%', #{partyName}, '%')
|
||||||
</if>
|
</if>
|
||||||
<if test="billRemark != null and billRemark != ''">
|
<if test="billRemark != null and billRemark != ''">
|
||||||
and a.bill_remark like concat('%', #{billRemark}, '%')
|
and a.bill_remark like concat('%', #{billRemark}, '%')
|
||||||
|
|||||||
Reference in New Issue
Block a user