|
@@ -174,7 +174,7 @@
|
|
|
<if test="mdAuth != null and mdAuth != ''">and MD_AUTH = #{mdAuth}</if>
|
|
<if test="mdAuth != null and mdAuth != ''">and MD_AUTH = #{mdAuth}</if>
|
|
|
<if test="mdHeader != null and mdHeader != ''">and MD_HEADER = #{mdHeader}</if>
|
|
<if test="mdHeader != null and mdHeader != ''">and MD_HEADER = #{mdHeader}</if>
|
|
|
<if test="mdSecret != null and mdSecret != ''">and MD_SECRET = #{mdSecret}</if>
|
|
<if test="mdSecret != null and mdSecret != ''">and MD_SECRET = #{mdSecret}</if>
|
|
|
- <if test="mdUnit != null and mdUnit != ''">and MD_UNIT = #{mdUnit}</if>
|
|
|
|
|
|
|
+ <if test="mdUnit != null and mdUnit != ''">and MD_UNIT like concat('%', #{mdUnit},'%')</if>
|
|
|
<if test="mdContact != null and mdContact != ''">and MD_CONTACT = #{mdContact}</if>
|
|
<if test="mdContact != null and mdContact != ''">and MD_CONTACT = #{mdContact}</if>
|
|
|
<if test="devUnit != null and devUnit != ''">and DEV_UNIT = #{devUnit}</if>
|
|
<if test="devUnit != null and devUnit != ''">and DEV_UNIT = #{devUnit}</if>
|
|
|
<if test="devContact != null and devContact != ''">and DEV_CONTACT = #{devContact}</if>
|
|
<if test="devContact != null and devContact != ''">and DEV_CONTACT = #{devContact}</if>
|