bug fix + 表结构未添加增加

This commit is contained in:
kuang.yife 2024-03-20 09:57:51 +08:00
parent d1c8bd6e2c
commit 247d79e5cd
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@
</if>
<if test="endTime != null and endTime != 0" >
and push_time <![CDATA[ <= ]]> #{endTime}
</if>guog
</if>
<if test="itemType != null "> and item_type = #{itemType}</if>
</where>
</select>