Authored by mali

库存管理

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