|
@@ -30,13 +30,13 @@ public class ProBasicEquipmentServiceImpl extends ServiceImpl<ProBasicEquipmentM
|
|
|
qw.eq("id",id);
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(nemCode)){
|
|
|
- qw.like("nemCode",nemCode);
|
|
|
+ qw.like("nem_code",nemCode);
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(companyId)) {
|
|
|
- qw.eq("companyId", companyId);
|
|
|
+ qw.eq("company_id", companyId);
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(regionId)) {
|
|
|
- qw.eq("regionId", regionId);
|
|
|
+ qw.eq("region_id", regionId);
|
|
|
}
|
|
|
|
|
|
if (StringUtils.isNotEmpty(windpowerstationId)){
|