Explorar el Código

更新维修单

周箭河 hace 5 años
padre
commit
fe3f6c363a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SellOrderMapper.xml

@@ -576,7 +576,7 @@
         SELECT *
         FROM sell_order
         WHERE order_id_ = #{orderId}
-          AND status_ = 0
+          AND status_ = 1
     </select>