|
@@ -74,9 +74,6 @@
|
|
|
INNER JOIN bin_section b on r.bin_section = b.id
|
|
|
<where>
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
<if test="binSection !=null and binSection !=''">
|
|
|
AND r.bin_section = #{binSection}
|
|
|
</if>
|
|
@@ -86,7 +83,7 @@
|
|
|
</if>
|
|
|
|
|
|
<if test="checkCycle !=null and checkCycle !=''">
|
|
|
- AND r.checkCycle = #{checkCycle}
|
|
|
+ AND r.check_cycle = #{checkCycle}
|
|
|
</if>
|
|
|
|
|
|
<if test="year !=null and year !=''">
|