zhangyuewww 4 년 전
부모
커밋
a2258db420
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/InOutWarehouseTaskMapper.xml

+ 1 - 0
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/InOutWarehouseTaskMapper.xml

@@ -111,6 +111,7 @@
             AND (lower(a.contract_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
             OR lower(a.in_out_task_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
         </if>
+        group by b.id
         ORDER BY a.task_status DESC , a.establish_date DESC
         <if test="currentPage != null and currentPage != ''">
             LIMIT ${startRecord}, ${pageSize}