zss
2023-09-20 6f44f6cfadef657c5fd55bdb9974c2b8e3262ba8
standard-server/src/main/resources/mapper/ProductMapper.xml
@@ -65,7 +65,7 @@
        and p.version = #{version}
        and specifications_id = #{specificationsId}
        <if test="message!=null and message!=''">
            and p.name like concat('%',#{message},'%')
            and p.father like concat('%',#{message},'%')
        </if>
    </select>