@@ -157,7 +157,7 @@
and substation_name like concat('%', #{substationName}, '%')
</if>
<if test="jhMonth!=null and jhMonth!=''">
- and jh_month=#{jhMonth}
+ and jh_month like concat('%', #{jhMonth})
<if test="fileId!=null ">
and file_id=#{fileId}
@@ -243,7 +243,7 @@
and wxfs like concat('%', #{wxfs}, '%')
<if test="planMonth!=null and planMonth!=''">
- and plan_month=#{planMonth}
+ and plan_month like concat('%', #{planMonth})
@@ -226,7 +226,7 @@
and line_name like concat('%', #{lineName}, '%')