`select * from(select crk.guid, STRFTIME ('%Y-%m-%d', crk.crkrq) crkrq, crk.pzlx, crk.pzh, crk.wczt from TAB_BZGL_KNZY_APP_WZCRK crk where 1=1`
const sql2 = ` and (crk.pzh like ${isEmpty(this.params.pzh)})`
const sql3 =
` and crk.sjlx = ${isEmpty(this.params.sjlx)} and crk.wczt = ${isEmpty(this.params.wczt)} and crk.pzlx in ('14') order by pzh+0 ) limit ${this.params.rows} offset ( ${this.params.page} - 1 ) * ${this.params.rows} `