guoshilong
2022-10-14 6c3592273f6cbd38a4b6f916e85905205b318f1c
src/main/java/org/springblade/modules/inventory/mapper/InventoryMapper.xml
@@ -22,6 +22,9 @@
    <select id="selectInventoryPage" resultMap="inventoryResultMap">
        select * from ins_inventory where is_deleted = 0
        <if test="inventory.name !=null and inventory.name!=''">
            AND name LIKE CONCAT('%',#{inventory.name},'%')
        </if>
    </select>