From 134c06beb2b6b7f7025fb030a9e52bcceebbfc98 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期一, 15 七月 2024 14:36:49 +0800 Subject: [PATCH] 修改 --- modules/mainPart/src/main/resources/mapper/sysPictureBase/SysPictureBaseDao.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/mainPart/src/main/resources/mapper/sysPictureBase/SysPictureBaseDao.xml b/modules/mainPart/src/main/resources/mapper/sysPictureBase/SysPictureBaseDao.xml index 674c05e..cd015d3 100644 --- a/modules/mainPart/src/main/resources/mapper/sysPictureBase/SysPictureBaseDao.xml +++ b/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> -- Gitblit v1.9.1