import data
This commit is contained in:
parent
f800e74379
commit
a11b6f152c
7 changed files with 502 additions and 283 deletions
|
|
@ -259,9 +259,6 @@ export class ReportController extends Controller {
|
|||
tenureTypeCondition = "registryOfficer.Years BETWEEN :tenureMin AND :tenureMax"; //xxxxxxxxxxxx
|
||||
}
|
||||
|
||||
const sql_mode = await AppDataSource.query(
|
||||
"SET SESSION sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));",
|
||||
);
|
||||
const [lists, total] = await AppDataSource.getRepository(viewRegistryOfficer)
|
||||
.createQueryBuilder("registryOfficer")
|
||||
.where(nodeCondition, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue