浏览代码

取消打印断点

huangsanjia 1 年之前
父节点
当前提交
a12b15a1ee
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)){