feat: implement query_nop function for formatted NOP retrieval

1 parent a59ab3a5
...@@ -327,31 +327,31 @@ def nop_formatted(row): ...@@ -327,31 +327,31 @@ def nop_formatted(row):
# row.kd_jns_op) # row.kd_jns_op)
# def query_nop(table): def query_nop(table): #digunakan oleh e2apbb
# return func.concat(table.kd_propinsi, return func.concat(table.kd_propinsi,
# func.concat( func.concat(
# '.', '.',
# func.concat( func.concat(
# table.kd_dati2, table.kd_dati2,
# func.concat( func.concat(
# '-', '-',
# func.concat( func.concat(
# table.kd_kecamatan, table.kd_kecamatan,
# func.concat( func.concat(
# '.', '.',
# func.concat( func.concat(
# table.kd_kelurahan, table.kd_kelurahan,
# func.concat( func.concat(
# '-', '-',
# func.concat( func.concat(
# table.kd_blok, table.kd_blok,
# func.concat( func.concat(
# '.', '.',
# func.concat( func.concat(
# table.no_urut, table.no_urut,
# func.concat( func.concat(
# '-', '-',
# table.kd_jns_op)))))))))))) table.kd_jns_op))))))))))))
# JEnis REstitusi Kompensasi # JEnis REstitusi Kompensasi
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!