unknown 9 mesi fa
parent
commit
c3301a106f
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      application/api/controller/Decision.php

+ 2 - 1
application/api/controller/Decision.php

@@ -700,7 +700,8 @@ class Decision extends Api
                 'a.sczl_jtbh'
             ])
             ->where($where)
-            ->group('a.sczl_gdbh, a.sczl_yjno, a.sczl_gxh')
+            // ->group('a.sczl_gdbh, a.sczl_yjno, a.sczl_gxh')
+            ->group('a.sczl_gdbh, a.sczl_yjno, a.sczl_gxh, a.sczl_rq, a.sczl_jtbh, a.sczl_bzdh')
             ->select();
         $data = [];
         if (!empty($list)) {