陶杰
2024-12-19 0a8bc68140f77ab95c6569a266206b1d473ef49b
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"