新增多图片上传pc端返回code 为null

This commit is contained in:
wuyibo
2023-02-09 18:22:23 +08:00
parent e1057db216
commit 25562c6475
8 changed files with 644 additions and 291 deletions

View File

@@ -52,6 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="cityName != null and cityName != ''"> and CITY_NAME like concat('%', #{cityName}, '%')</if>
<if test="status != null "> and STATUS = #{status}</if>
<if test="isOpen != null "> and IS_OPEN = #{isOpen}</if>
<if test="isSupportlive != null "> and IS_SUPPORTLIVE = #{isSupportlive}</if>
<if test="createdId != null "> and CREATED_ID = #{createdId}</if>
</where>
</select>