jinlin
2024-07-15 134c06beb2b6b7f7025fb030a9e52bcceebbfc98
modules/mainPart/src/main/resources/mapper/sysPictureBase/SysPictureBaseDao.xml
@@ -45,7 +45,7 @@
        select a.name, a.id
        from sys_picture_base a
        where a.is_delete = 0
          and a.is_default = 1
          and a.is_default = 0
          and a.product_type = ${productType}
    </select>
</mapper>