Authored by mali

库存管理

@@ -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">