Browse Source

2024年8月20日11:50:07

纪新园 11 months ago
parent
commit
30b91eacc8

+ 1 - 1
ruoyi-warehouse/src/main/resources/mapper/basicData/TWarehouseWebcamMapper.xml

@@ -165,8 +165,8 @@
                 from t_customer_contact t1 left join t_whgenleg t2 on t1.f_pid = t2.f_corpid
                 where f_tel = #{external})
             </if>
-            GROUP BY f_warehouse_id
         </where>
+        GROUP BY f_warehouse_id
     </select>
     <select id="selectTWarehouseWebcamByPage" resultType="com.ruoyi.basicData.domain.TWarehouseWebcam">
         <include refid="selectTWarehouseWebcamVo"/>