lin
2024-03-20 70a29ae28b85643e00a4b7fbf111a95646a24dc2
src/main/java/org/springblade/modules/category/mapper/CategoryLabelMapper.xml
@@ -58,6 +58,7 @@
            <if test="categoryName != null  and categoryName != ''"> and cjcl.ategory_name = #{categoryName}</if>
            <if test="label != null  and label != ''"> and jcl.label = #{label}</if>
            <if test="remark != null  and remark != ''"> and jcl.remark = #{remark}</if>
            and jcl.category_no is not null
        </where>
    </select>