Explorar o código

Merge branch 'master' of https://git.7in6.com/Minong/mes-server-api

曹鹤洋 hai 1 ano
pai
achega
f4d7c19455
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      application/api/controller/Process.php

+ 0 - 1
application/api/controller/Process.php

@@ -117,7 +117,6 @@ class Process extends Api
                 $num = substr($num,-3);
                 $str = substr($code,0,-3);
                 $new_code = $str . $num;
-                halt($new_code);
             }else{
                 $list = Db::name('dic_lzsh')->where('Parent',$res['Key_'])->field('rtrim(sys_bh) as sys_bh')->order('UniqId desc')->find();
                 if (!empty($list)){