添加日志打印

release
yishiqihuasheng 2 years ago
parent 17d3961c06
commit 0d3e176350
  1. 4
      dxhy-extend/src/main/resources/mapper/TicketMapper.xml

@ -120,8 +120,8 @@
<if test="postingTime != null and postingTime != '' and postingTime != 'null' and postingTime != '99'"> <if test="postingTime != null and postingTime != '' and postingTime != 'null' and postingTime != '99'">
and t.posting_time = #{postingTime} and t.posting_time = #{postingTime}
</if> </if>
<if test="imageId != null and imageId != '' and imageId != 'null' and imageId != '99'"> <if test="imageNumber != null and imageNumber != '' and imageNumber != 'null' and imageNumber != '99'">
and t.image_id = #{imageId} and t.image_id = #{imageNumber}
</if> </if>
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save