Commit 6e0db94e authored by wangxl's avatar wangxl

1

parent 6afc8acf
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
select * select *
from com_batch from com_batch
<where> <where>
<if test="systemType != null and system_type != ''"> <if test="systemType != null and systemType != ''">
and system_type = #{systemType} and system_type = #{systemType}
</if> </if>
<if test="timeType != null and timeType != ''"> <if test="timeType != null and timeType != ''">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment