...
|
...
|
@@ -175,7 +175,7 @@ |
|
|
</update>
|
|
|
|
|
|
<select id="selectProductStorageCount" resultType="java.lang.Integer">
|
|
|
select count(*) from from product p where <include refid="skcPageCondition" />
|
|
|
select count(*) from product p where <include refid="skcPageCondition" />
|
|
|
</select>
|
|
|
|
|
|
<select id="selectProductStorageList" resultMap="BaseResultMap">
|
...
|
...
|
|