Skip to content

Commit

Permalink
Update go.html
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Nov 27, 2024
1 parent 8aaa173 commit ba8336b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/go.html
Original file line number Diff line number Diff line change
Expand Up @@ -14210,7 +14210,7 @@ <h1 style='width:100%;vertical-align:top;display:inline-block;font-size:100px; t
"ui_table_debug_data_log"
].indexOf(tableName) == -1) {
if (yz.uiDb.currentDebugStack.currentSqlLogId) {
yz.uiDb.currentDebugStack.currentSqlLogId = yz.uiDb.sqlui1("select max(id) as id from ui_table_debug_sql_log").id
//yz.uiDb.currentDebugStack.currentSqlLogId = yz.uiDb.sqlui1("select max(id) as id from ui_table_debug_sql_log").id
yz.uiDb.sqlui( "insert into ui_table_debug_data_log ( table_name , new_value , operation_type , fk_parent_debug_sql_log_id ) values (?,?,?,?)",
[tableName, JSON.stringify(r),"INSERT",yz.uiDb.currentDebugStack.currentSqlLogId])
}
Expand Down

0 comments on commit ba8336b

Please sign in to comment.