yujian
2019-12-02 2afe3a586ca9feb26f30e4d5af36941add5eca60
fanli/src/main/java/com/yeshi/fanli/controller/client/v2/UserOrderControllerV2.java
@@ -113,7 +113,7 @@
      Integer orderType = null;
      if (StringUtil.isNullOrEmpty(type)) {
         orderType = null;
      } else if ("0".equalsIgnoreCase(type)){
      } else if (!"0".equalsIgnoreCase(type)){
         orderType = Integer.parseInt(type); 
      }