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