提交 1f083553 作者: xiaowang

修改bug

上级 503ee933
......@@ -301,7 +301,7 @@
and create_time <= STR_TO_DATE(#{endTime},'%Y-%m-%d
%H:%i:%s')
</if>
<if test="channelTag != null and channelTag != '' ">
<if test="settleType != null and settleType != '' ">
and settle_type = #{settleType}
</if>
<if test="keyword != null and keyword != '' ">
......@@ -364,7 +364,7 @@
and create_time &lt;= STR_TO_DATE(#{endTime},'%Y-%m-%d
%H:%i:%s')
</if>
<if test="channelTag != null and channelTag != '' ">
<if test="settleType != null and settleType != '' ">
and settle_type = #{settleType}
</if>
<if test="keyword != null and keyword != '' ">
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论