@ -19,4 +19,9 @@ public class EpdcImgConfigResultDTO implements Serializable {
* 图片地址
*/
private String imgUrl;
/**
* 图片类型
private String imgType;
}
@ -34,7 +34,8 @@
<select id="selectListImgConfigByImgType" resultType="com.elink.esua.epdc.dto.result.EpdcImgConfigResultDTO">
SELECT
IMG_URL imgUrl
IMG_URL imgUrl,
IMG_TYPE imgType
FROM
`epdc_img_config`
WHERE DEL_FLAG = 0