java110
2020-10-28 25dbb90370c94849dfac7fcdf4eb6bea428b1bff
java110-db/src/main/resources/mapper/goods/ProductLabelServiceDaoImplMapper.xml
@@ -41,7 +41,7 @@
        <if test="labelCd !=null and labelCd != ''">
            and t.label_cd= #{labelCd}
        </if>
        <if test="hasProduct !=null and hasProduct == 'N'">
        <if test='hasProduct !=null and hasProduct == "N"'>
            and p.product_id is null
        </if>
        order by t.create_time desc
@@ -97,7 +97,7 @@
        <if test="labelCd !=null and labelCd != ''">
            and t.label_cd= #{labelCd}
        </if>
        <if test="hasProduct !=null and hasProduct == 'N'">
        <if test='hasProduct !=null and hasProduct == "N"'>
            and p.product_id is null
        </if>