sqlService.update("update projectx.tb_user_sp set quantity = '"+quantity+"' where user_id = '"+consumerId+"' and project_id = '"+projectId+"' and sp_id = '"+spId+"'");
sqlService.update("update projectx.tb_user_sp set quantity = '"+quantity+"' where user_id = '"+consumerId+"' and project_id = '"+projectId+"' and sp_id = '"+spIds[n]+"'");
Stringsql="SELECT ext2,gmt_create FROM projectx.tb_querytable WHERE project_id = '"+projectId+"' and group_id = 'asssitRecordGroup' and ext1 = "+consumerId+" ORDER BY id DESC";
Stringsql="SELECT ext1,gmt_create FROM projectx.tb_querytable WHERE project_id = '"+projectId+"' and group_id = 'asssitRecordGroup' and ext2 = "+consumerId+" ORDER BY id DESC";