@@ -1235,7 +1250,7 @@ public void SaveGatherHands(int allotId, SaveGatherData request)
...
@@ -1235,7 +1250,7 @@ public void SaveGatherHands(int allotId, SaveGatherData request)
}
}
}
}
exresultgatherRepository.Execute($@"delete from ex_result_gather where allotid = @allotid and source like '%{request.Source}%' and category = '{request.Category}' ",new{allotId});
exresultgatherRepository.Execute($@"delete from ex_result_gather where allotid = @allotid and source like '%{request.Source}%' and category = '{request.Category}' ",new{allotId});