mengy 5 년 전
부모
커밋
1ec7cbeeaf
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

+ 1 - 0
src/main/java/com/chinaitop/depot/storage/mapper/StorageQualitycheckMapper.xml

@@ -1930,6 +1930,7 @@
1930 1930
         and sqk.check_result = #{checkResult}
1931 1931
       </if>
1932 1932
     </where>
1933
+    group by sfo.id
1933 1934
     order by sqk.id desc
1934 1935
   </select>
1935 1936