|
@@ -268,11 +268,11 @@
|
|
</if>
|
|
</if>
|
|
|
|
|
|
<if test="binStage !=null and binStage !=''">
|
|
<if test="binStage !=null and binStage !=''">
|
|
- and oer.bin_stage = #{binStage}
|
|
|
|
|
|
+ and oer.bin_stage like CONCAT('%',#{binStage},'%')
|
|
</if>
|
|
</if>
|
|
|
|
|
|
<if test="binSection !=null and binSection !=''">
|
|
<if test="binSection !=null and binSection !=''">
|
|
- and oer.bin_section = #{binSection}
|
|
|
|
|
|
+ and oer.bin_section like CONCAT('%',#{binSection},'%')
|
|
</if>
|
|
</if>
|
|
|
|
|
|
|
|
|