md
This commit is contained in:
parent
3fec986b6e
commit
21a9c9232a
@ -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>
|
||||
@ -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>
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user