陶杰
2024-12-06 5c9c836f4a72487d386b6e05fcd4b4a96eec4e72
src/main/resources/mapper/supplier/SupplierMapper.xml
@@ -40,6 +40,9 @@
        <if test="dto.isEnabled!=null">
            AND t.is_enabled = #{dto.isEnabled}
        </if>
        <if test="dto.id!=null">
            AND t.id = #{dto.id}
        </if>
        order by t.create_time desc
    </select>
    <select id="findSupplierDetail" resultType="com.mzl.flower.dto.response.supplier.SupplierDTO"