瀏覽代碼

no message

FengChaoYu 8 月之前
父節點
當前提交
fb0a4b3be4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mall-server-api/src/main/resources/mapper/CommonMapper.xml

+ 1 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

@@ -104,7 +104,7 @@
         </if>
         and a.apply_type='WORKER'
         AND a.worker_number IS NOT NULL
-        <if test="isGroupByWorkerId != null and isGroupByWorkerId == true">
+        <if test="ex.isGroupByWorkerId != null and ex.isGroupByWorkerId == true">
             GROUP BY a.worker_number
         </if>
         ORDER BY FIELD(b.examine_status,'WAIT','OK','FAIL'),a.create_time DESC