소스 검색

异常修复

shenjingwei 4 달 전
부모
커밋
872a0aefe9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/custom/restcontroller/webmanage/sale/writeoffbill/SQL/可添加企业查询.sql

+ 1 - 1
src/custom/restcontroller/webmanage/sale/writeoffbill/SQL/可添加企业查询.sql

@@ -12,5 +12,5 @@ select t1.sa_agentsid,
 from sa_agents t1
          inner join sys_enterprise t2 on t1.siteid = t2.siteid and t1.sys_enterpriseid = t2.sys_enterpriseid
 where t1.siteid = $siteid$
-  and t1.status = '启用'
+  and t1.status = '1'
   and $where$