sunhh 1 rok pred
rodič
commit
3652a00c8c

+ 1 - 1
business-service/src/main/resources/mapper/service/MsgAppPushMapper.xml

@@ -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}