| java110-db/src/main/resources/mapper/goods/ProductLabelServiceDaoImplMapper.xml | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
java110-db/src/main/resources/mapper/goods/ProductLabelServiceDaoImplMapper.xml
@@ -44,6 +44,9 @@ <if test='hasProduct !=null and hasProduct == "N"'> and t.product_id is null </if> <if test='hasProduct !=null and hasProduct == "Y"'> and t.product_id is not null </if> order by t.create_time desc <if test="page != -1 and page != null "> limit #{page}, #{row} @@ -100,6 +103,9 @@ <if test='hasProduct !=null and hasProduct == "N"'> and t.product_id is null </if> <if test='hasProduct !=null and hasProduct == "Y"'> and t.product_id is not null </if> </select>