...
|
...
|
@@ -109,7 +109,7 @@ |
|
|
</select>
|
|
|
|
|
|
<select id="selectStoragePriceCount" resultType="java.lang.Integer">
|
|
|
select count(*) from from storage_price where <include refid="skupPageCondition2" />
|
|
|
select count(*) from storage_price where <include refid="skupPageCondition2" />
|
|
|
</select>
|
|
|
|
|
|
<select id="selectStoragePriceList" resultMap="BaseResultMap">
|
...
|
...
|
|