Explorar el Código

Merge branch 'master' of ssh://git.dever.cc:10022/dever-product/churen

rabin hace 3 años
padre
commit
aca8c94b59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      service/agent/lib/Order.php

+ 1 - 1
service/agent/lib/Order.php

@@ -87,7 +87,7 @@ class Order
              }else{
                 $zhou=$y-$year;
              }
-             if($zhou>=65 || $zhou<=18){
+             if($zhou>=65 || $zhou<18){
                 Dever::alert('您不满足申请条件,请联系客服');
              }
         }