|
@@ -151,7 +151,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="devHostingstatus != null and devHostingstatus != ''"> and d.devHostingstatus = #{devHostingstatus}</if>
|
|
<if test="devHostingstatus != null and devHostingstatus != ''"> and d.devHostingstatus = #{devHostingstatus}</if>
|
|
|
<if test="extInfo != null and extInfo != ''"> and d.extInfo = #{extInfo}</if>
|
|
<if test="extInfo != null and extInfo != ''"> and d.extInfo = #{extInfo}</if>
|
|
|
<if test="cid != null and cid != ''"> and d.cid = #{cid}</if>
|
|
<if test="cid != null and cid != ''"> and d.cid = #{cid}</if>
|
|
|
- <if test="devVersion != null and devVersion != ''"> and d.devVersion = #{devVersion}</if>
|
|
|
|
|
|
|
|
|
|
<if test="devtypeBidList != null and devtypeBidList.size() > 0">
|
|
<if test="devtypeBidList != null and devtypeBidList.size() > 0">
|
|
|
and d.devtypeBid in
|
|
and d.devtypeBid in
|