Ver código fonte

质检模块下,新增不能重复提交

mengy 5 anos atrás
pai
commit
922c8e6369

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

@@ -2015,7 +2015,15 @@
2015 2015
         and bswd.type = "notice"
2016 2016
       </if>
2017 2017
     </where>
2018
-      /*GROUP BY sqk.id,bswd.in_price*/
2018
+      GROUP BY sqk.id,sqk.house_id, sqk.warehouse_id,
2019
+    bs.storeHouse_name,
2020
+    bs.keeping_way,
2021
+    bs.grain_heigth,
2022
+    bs.bin_volume,
2023
+    bs.depot_name,
2024
+    bw.warehouse_name,
2025
+    bswd.id,
2026
+    bswd.in_price
2019 2027
       order by sqk.id desc
2020 2028
   </select>
2021 2029