Showing
1 changed file
with
1 additions
and
0 deletions
@@ -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> |
-
Please register or login to post a comment