Authored by mali

库存管理

@@ -185,6 +185,7 @@ @@ -185,6 +185,7 @@
185 </select> 185 </select>
186 186
187 <sql id="skcPageCondition"> 187 <sql id="skcPageCondition">
  188 + 1 = 1
188 <if test="product.id != null and product.id > 0"> 189 <if test="product.id != null and product.id > 0">
189 and p.id = #{product.id} 190 and p.id = #{product.id}
190 </if> 191 </if>