|
@@ -52,6 +52,7 @@
|
|
<if test="productType != null and productType !=''">
|
|
<if test="productType != null and productType !=''">
|
|
and a.product_type = #{productType}
|
|
and a.product_type = #{productType}
|
|
</if>
|
|
</if>
|
|
|
|
+ order by a.DATE_CREATE desc
|
|
</select>
|
|
</select>
|
|
|
|
|
|
<select id="getUpgradeVer" resultType="com.huaxu.entity.VerManageEntity">
|
|
<select id="getUpgradeVer" resultType="com.huaxu.entity.VerManageEntity">
|