Commit a1005789 authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent 4eaaa63b
......@@ -217,6 +217,7 @@ public class DeviceApiController {
if (!ObjectUtils.isEmpty(resolution)) {
DeviceModuleDistributeQuery query = new DeviceModuleDistributeQuery();
query.setProductId(productEntity.getId());
query.setSiteId(deviceEntity.getSiteId());
query.setImageResolution(resolution);
query.setDistribute(DistributeEnum..getValue());
DeviceModuleDistributeEntity distribute = deviceModuleDistributeService.selectOne(query);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment