xml多余参数删除

This commit is contained in:
但星霖 2024-03-20 14:30:29 +08:00
parent 561deee01a
commit 4d3b6a6a15
1 changed files with 1 additions and 1 deletions

View File

@ -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>