|
|
- String logQuery = "select business_id,create_user_name ,create_time, operation_type, save_data from u_operation_log where operation_content like '%废除%'";
|
|
|
+ String logQuery = "select business_id,create_user_name ,create_time, operation_type, save_data from u_operation_log where operation_type in (6,9,26,61,62)";
|