|
|
@@ -307,7 +307,7 @@
|
|
|
</trim>
|
|
|
,
|
|
|
</if>
|
|
|
- id desc
|
|
|
+ product_id, type_flag , id desc
|
|
|
</select>
|
|
|
<select id="queryAllProductPrice" parameterType="java.util.Map" resultType="com.izouma.awesomeadmin.model.ProductPrice">
|
|
|
select <include refid="Base_Column_List"/> from product_price
|
|
|
@@ -417,7 +417,7 @@
|
|
|
,
|
|
|
</if>
|
|
|
|
|
|
- id desc
|
|
|
+ product_id, type_flag , id desc
|
|
|
</select>
|
|
|
<select id="queryProductPrice" parameterType="java.util.Map" resultType="com.izouma.awesomeadmin.model.ProductPrice">
|
|
|
select <include refid="Base_Column_List"/> from product_price
|