Showing
1 changed file
with
1 additions
and
1 deletions
@@ -175,7 +175,7 @@ | @@ -175,7 +175,7 @@ | ||
175 | </update> | 175 | </update> |
176 | 176 | ||
177 | <select id="selectProductStorageCount" resultType="java.lang.Integer"> | 177 | <select id="selectProductStorageCount" resultType="java.lang.Integer"> |
178 | - select count(*) from from product p where <include refid="skcPageCondition" /> | 178 | + select count(*) from product p where <include refid="skcPageCondition" /> |
179 | </select> | 179 | </select> |
180 | 180 | ||
181 | <select id="selectProductStorageList" resultMap="BaseResultMap"> | 181 | <select id="selectProductStorageList" resultMap="BaseResultMap"> |
-
Please register or login to post a comment