|
|
|
@@ -184,7 +184,7 @@ public class BatchConfig { |
|
|
|
}); |
|
|
|
|
|
|
|
String select = "distinct real_name,gender,face_image_name,id "; |
|
|
|
String where = "status=0 and id='007368fb4bb54405bd2d4e55765d3b7e'"; |
|
|
|
String where = "status=0"; |
|
|
|
String from = "from tf_project_emp"; |
|
|
|
|
|
|
|
MySqlPagingQueryProvider provider = new MySqlPagingQueryProvider(); |
|
|
|
|