This commit is contained in:
linfso 2024-07-20 10:26:07 +08:00
parent 3fec986b6e
commit 21a9c9232a
3 changed files with 1 additions and 19 deletions

View File

@ -266,14 +266,5 @@
<orderEntry type="library" name="Maven: com.aliyun:tea-util:0.2.14" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.9" level="project" />
<orderEntry type="library" name="Maven: com.aliyun:tea:1.1.14" level="project" />
<orderEntry type="module-library">
<library name="Maven: com.mascloud:massdk:1.0.3">
<CLASSES>
<root url="jar://$MODULE_DIR$/../emis-biz/lib/masmgc.sdk.sms-1.0.3-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

View File

@ -225,14 +225,5 @@
<orderEntry type="library" name="Maven: com.aliyun:tea-util:0.2.14" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.8.9" level="project" />
<orderEntry type="library" name="Maven: com.aliyun:tea:1.1.14" level="project" />
<orderEntry type="module-library">
<library name="Maven: com.mascloud:massdk:1.0.3">
<CLASSES>
<root url="jar://$MODULE_DIR$/lib/masmgc.sdk.sms-1.0.3-SNAPSHOT.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES />
</library>
</orderEntry>
</component>
</module>

View File

@ -79,7 +79,7 @@
<if test="useSiteCode != null and useSiteCode != ''"> and FIND_IN_SET(use_site_code, #{useSiteCode})</if>
<if test="searchValue != null and searchValue != ''">
and ( name like concat(#{searchValue}, '%') or phone like concat(#{searchValue}, '%') or company like concat(#{searchValue}, '%') )
and ( name like concat('%',#{searchValue}, '%') or phone like concat('%',#{searchValue}, '%') or company like concat('%',#{searchValue}, '%') )
</if>
</where>