bug fix + 表结构未添加增加
This commit is contained in:
parent
d1c8bd6e2c
commit
247d79e5cd
|
|
@ -48,7 +48,7 @@
|
||||||
</if>
|
</if>
|
||||||
<if test="endTime != null and endTime != 0" >
|
<if test="endTime != null and endTime != 0" >
|
||||||
and push_time <![CDATA[ <= ]]> #{endTime}
|
and push_time <![CDATA[ <= ]]> #{endTime}
|
||||||
</if>guog
|
</if>
|
||||||
<if test="itemType != null "> and item_type = #{itemType}</if>
|
<if test="itemType != null "> and item_type = #{itemType}</if>
|
||||||
</where>
|
</where>
|
||||||
</select>
|
</select>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue