1、修改API根据项目获取数据的bug
This commit is contained in:
parent
f05d191cfb
commit
92c6bc25e9
@ -41,7 +41,6 @@ public class GnssDataApi {
|
||||
.selectAll(GnssCalcData.class);
|
||||
queryWrapper.eq("t.tenantid",tenantId);
|
||||
if(StrUtil.isBlank(deviceId)){
|
||||
queryWrapper.leftJoin("gnssdevices d on t.deviceid=d.deviceid");
|
||||
queryWrapper.eq("d.project_id",projectName);
|
||||
}
|
||||
else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user