|
@@ -60,7 +60,7 @@
|
|
|
base_railway_management AS r on b.railway_code=r.railway_code
|
|
|
<where>
|
|
|
<if test="status != null and status != 0">
|
|
|
- and status = = #{status}
|
|
|
+ and status = #{status}
|
|
|
</if>
|
|
|
<if test="receiveBy != null and receiveBy != ''">
|
|
|
and receive_by = #{receiveBy}
|